#BBD1DE

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

Shades of Light Blue #BBD1DE

Tints of Light Blue #BBD1DE

Color information

#BBD1DE (or 0xBBD1DE) is unknown color: approx Light Blue. HEX triplet: BB, D1 and DE. RGB value is (187,209,222). Sum of RGB (Red+Green+Blue) = 187+209+222=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 209 (82.03% from 255 or 33.82% from 618); Blue value is 222 (87.11% from 255 or 35.92% from 618); Max value from RGB is 222 - color contains mainly: blue. Hex color #BBD1DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD1DE is #442E21. Grayscale: #CBCBCB. Windows color (decimal): -4468258 or 14602683. OLE color: 14602683.

HSL color Cylindrical-coordinate representation of color #BBD1DE: hue angle of 202.29º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBD1DE is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB187209222-
CMYK0.160.0600.13
HSL202.29º34.65%80.2%-
HSV(B)202.29º15.77%87.06%-
XYZ56.4861.4477.99-
YUV203.9138.21115.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.26%
GREEN value IS 209 (82.03% from 255) = 33.82%
BLUE value IS 222 (87.11% from 255) = 35.92%
R=30.26%
G=33.82%
B=35.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872092220.160.0600.13202.2934.6580.2
HexBBD1DE1060Dca2350
Octal27332133620601531243120
Binary1011101111010001110111101000011001101110010101000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD1DE; }

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

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

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

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

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

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

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

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