Color Hex Logo

#bbcbfb Color Hex

#BBCBFB
(187,203,251)
0 Favorites   0 Comments

Color spaces of #bbcbfb

RGB 187203251
HSL0.630.890.86
HSV225°25°98°
CMYK 0.250.190.00   0.02
XYZ59.262060.241799.7712
Yxy60.24170.27030.2747
Hunter Lab77.61550.4634-21.8837
CIE-Lab81.96944.8703-25.3450

#bbcbfb color RGB value is (187,203,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001011 11111011
Octal 273 313 373
Decimal 187 203 251
Hex BB CB FB

RGB Percentages of Color #bbcbfb

%29.17
%31.67
%39.16

CMYK Percentages of Color #bbcbfb

%25
%19
%0
%2

Triadic Colors of #bbcbfb

#bbcbfb #fbbbcb #cbfbbb

Analogous Colors of #bbcbfb

#bbcbfb #cbbbfb #bbebfb

Monochromatic Colors of #bbcbfb

#bbcbfb

Complementary Color

#bbcbfb #fbebbb

#bbcbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcbfb Color CSS Codes

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

#bbcbfb Text Font Color

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

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


#bbcbfb Background Color

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

This div background color is #bbcbfb


#bbcbfb Border Color

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

This div border color is #bbcbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcbfb

Related Colors


Comments

No comments written yet.

Please login to write comment.