Color Hex Logo

#bbc0fc Color Hex

#BBC0FC
(187,192,252)
0 Favorites   0 Comments

Color spaces of #bbc0fc

RGB 187192252
HSL0.650.920.86
HSV235°26°99°
CMYK 0.260.240.00   0.01
XYZ56.913855.292399.7683
Yxy55.29230.26850.2608
Hunter Lab74.35886.4950-27.4991
CIE-Lab79.209311.0491-30.1018

#bbc0fc color RGB value is (187,192,252).

#bbc0fc hex color red value is 187, green value is 192 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #bbc0fc hue: 0.65 , saturation: 0.92 and the lightness value of bbc0fc is 0.86.

The process color (four color CMYK) of #bbc0fc color hex is 0.26, 0.24, 0.00, 0.01. Web safe color of #bbc0fc is #ccccff. Color #bbc0fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000000 11111100
Octal 273 300 374
Decimal 187 192 252
Hex BB C0 FC

RGB Percentages of Color #bbc0fc

%29.64
%30.43
%39.94

CMYK Percentages of Color #bbc0fc

%26
%24
%0
%1

Triadic Colors of #bbc0fc

#bbc0fc #fcbbc0 #c0fcbb

Analogous Colors of #bbc0fc

#bbc0fc #d7bbfc #bbe1fc

Monochromatic Colors of #bbc0fc

#bbc0fc

Complementary Color

#bbc0fc #fcf7bb

#bbc0fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc0fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc0fc Color CSS Codes

.mybgcolor {background-color:#bbc0fc; } 
.myforecolor {color:#bbc0fc; }
.mybordercolor {border:3px solid #bbc0fc; }

#bbc0fc Text Font Color

<p style="color:#bbc0fc">Text here</p>

This sample text font color is #bbc0fc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bbc0fc Background Color

<div style="background-color:#bbc0fc">
Div content here</div>

This div background color is #bbc0fc


#bbc0fc Border Color

<div style="border:3px solid #bbc0fc">
Div here</div>

This div border color is #bbc0fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,192,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bbc0fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bbc0fc;
  -webkit-box-shadow: 1px 1px 3px 2px #bbc0fc;
  box-shadow:         1px 1px 3px 2px #bbc0fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,192,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bbc0fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bbc0fc;
  -webkit-box-shadow: 1px 1px 3px 2px #bbc0fc;
  box-shadow:         1px 1px 3px 2px #bbc0fc;">
Div content here</div>

This div box has shadow with color #bbc0fc

Related Colors


Comments

No comments written yet.

Please login to write comment.