Color Hex Logo

#bbcffb Color Hex

#BBCFFB
(187,207,251)
0 Favorites   0 Comments

Color spaces of #bbcffb

RGB 187207251
HSL0.610.890.86
HSV221°25°98°
CMYK 0.250.180.00   0.02
XYZ60.218962.1555100.0901
Yxy62.15550.27070.2794
Hunter Lab78.8388-1.6253-20.0848
CIE-Lab82.99602.7319-23.7817

#bbcffb color RGB value is (187,207,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001111 11111011
Octal 273 317 373
Decimal 187 207 251
Hex BB CF FB

RGB Percentages of Color #bbcffb

%28.99
%32.09
%38.91

CMYK Percentages of Color #bbcffb

%25
%18
%0
%2

Triadic Colors of #bbcffb

#bbcffb #fbbbcf #cffbbb

Analogous Colors of #bbcffb

#bbcffb #c7bbfb #bbeffb

Monochromatic Colors of #bbcffb

#bbcffb

Complementary Color

#bbcffb #fbe7bb

#bbcffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcffb Color CSS Codes

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

#bbcffb Text Font Color

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

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


#bbcffb Background Color

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

This div background color is #bbcffb


#bbcffb Border Color

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

This div border color is #bbcffb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,207,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 #bbcffb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcffb


Comments

No comments written yet.

Please login to write comment.