Color Hex Logo

#bbcbfa Color Hex

#BBCBFA
(187,203,250)
0 Favorites   0 Comments

Color spaces of #bbcbfa

RGB 187203250
HSL0.620.860.86
HSV225°25°98°
CMYK 0.250.190.00   0.02
XYZ59.104860.178898.9430
Yxy60.17880.27080.2758
Hunter Lab77.57500.2439-21.3189
CIE-Lab81.93534.6393-24.8648

#bbcbfa color RGB value is (187,203,250).

#bbcbfa hex color red value is 187, green value is 203 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #bbcbfa hue: 0.62 , saturation: 0.86 and the lightness value of bbcbfa is 0.86.

The process color (four color CMYK) of #bbcbfa color hex is 0.25, 0.19, 0.00, 0.02. Web safe color of #bbcbfa is #ccccff. Color #bbcbfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001011 11111010
Octal 273 313 372
Decimal 187 203 250
Hex BB CB FA

RGB Percentages of Color #bbcbfa

%29.22
%31.72
%39.06

CMYK Percentages of Color #bbcbfa

%25
%19
%0
%2

Triadic Colors of #bbcbfa

#bbcbfa #fabbcb #cbfabb

Analogous Colors of #bbcbfa

#bbcbfa #cbbbfa #bbebfa

Monochromatic Colors of #bbcbfa

#bbcbfa

Complementary Color

#bbcbfa #faeabb

#bbcbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcbfa Color CSS Codes

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

#bbcbfa Text Font Color

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

This sample text font color is #bbcbfa
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.


#bbcbfa Background Color

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

This div background color is #bbcbfa


#bbcbfa Border Color

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

This div border color is #bbcbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcbfa

Related Colors


Comments

No comments written yet.

Please login to write comment.