#BBD1DA

Color #BBD1DA Light Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Blue #BBD1DA

Tints of Light Blue #BBD1DA

Color information

#BBD1DA (or 0xBBD1DA) is unknown color: approx Light Blue. HEX triplet: BB, D1 and DA. RGB value is (187,209,218). Sum of RGB (Red+Green+Blue) = 187+209+218=614 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.46% from 614); Green value is 209 (82.03% from 255 or 34.04% from 614); Blue value is 218 (85.55% from 255 or 35.50% from 614); Max value from RGB is 218 - color contains mainly: blue. Hex color #BBD1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD1DA is #442E25. Grayscale: #CBCBCB. Windows color (decimal): -4468262 or 14340539. OLE color: 14340539.

HSL color Cylindrical-coordinate representation of color #BBD1DA: hue angle of 197.42º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBD1DA is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB187209218-
CMYK0.140.0400.15
HSL197.42º29.52%79.41%-
HSV(B)197.42º14.22%85.49%-
XYZ55.9561.2375.2-
YUV203.45136.21116.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 30.46%
GREEN value IS 209 (82.03% from 255) = 34.04%
BLUE value IS 218 (85.55% from 255) = 35.50%
R=30.46%
G=34.04%
B=35.50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872092180.140.0400.15197.4229.5279.41
HexBBD1DAE40Fc51e4f
Octal27332133216401730536117
Binary10111011110100011101101011101000111111000101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD1DA; }

 p { color: rgb(187,209,218); }

 H1.HeaderClassName
 {
   color: #BBD1DA;
 }
 .AnyTagClassName
 {
   color: #BBD1DA;
 }
</style>
background-color css

<style>
 a { background-color: #BBD1DA; }

 a { background-color: rgb(187,209,218); }

 div.DivClassName
 {
   background-color: #BBD1DA;
 }
 .BgClassName
 {
   background-color: #BBD1DA;
 }
</style>
border-color css

<style>
 span { border-color: #BBD1DA; }

 span { border-color: rgb(187,209,218); }

 td.TdClassName
 {
   border-color: #BBD1DA;
 }
 .TagClassName
 {
   border-color: #BBD1DA;
 }
</style>