Color Hex Logo

#bbdbfc Color Hex

#BBDBFC
(187,219,252)
0 Favorites   0 Comments

Color spaces of #bbdbfc

RGB 187219252
HSL0.580.920.86
HSV210°26°99°
CMYK 0.260.130.00   0.01
XYZ63.395768.2561101.9289
Yxy68.25610.27140.2922
Hunter Lab82.6173-7.6096-15.3169
CIE-Lab86.1343-3.3727-19.5545

#bbdbfc color RGB value is (187,219,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011011 11111100
Octal 273 333 374
Decimal 187 219 252
Hex BB DB FC

RGB Percentages of Color #bbdbfc

%28.42
%33.28
%38.30

CMYK Percentages of Color #bbdbfc

%26
%13
%0
%1

Triadic Colors of #bbdbfc

#bbdbfc #fcbbdb #dbfcbb

Analogous Colors of #bbdbfc

#bbdbfc #bcbbfc #bbfcfc

Monochromatic Colors of #bbdbfc

#bbdbfc

Complementary Color

#bbdbfc #fcdcbb

#bbdbfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdbfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdbfc Color CSS Codes

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

#bbdbfc Text Font Color

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

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


#bbdbfc Background Color

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

This div background color is #bbdbfc


#bbdbfc Border Color

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

This div border color is #bbdbfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdbfc

Related Colors


Comments

No comments written yet.

Please login to write comment.