#BBD4DC

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

Shades of Light Blue #BBD4DC

Tints of Light Blue #BBD4DC

Color information

#BBD4DC (or 0xBBD4DC) is unknown color: approx Light Blue. HEX triplet: BB, D4 and DC. RGB value is (187,212,220). Sum of RGB (Red+Green+Blue) = 187+212+220=619 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.21% from 619); Green value is 212 (83.20% from 255 or 34.25% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBD4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD4DC is #442B23. Grayscale: #CDCDCD. Windows color (decimal): -4467492 or 14472379. OLE color: 14472379.

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

Color convert

RGB187212220-
CMYK0.150.0400.14
HSL194.55º32.04%79.8%-
HSV(B)194.55º15%86.27%-
XYZ56.9662.8276.83-
YUV205.44136.22114.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.21%
GREEN value IS 212 (83.20% from 255) = 34.25%
BLUE value IS 220 (86.33% from 255) = 35.54%
R=30.21%
G=34.25%
B=35.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872122200.150.0400.14194.5532.0479.8
HexBBD4DCF40Ec32050
Octal27332433417401630340120
Binary101110111101010011011100111110001110110000111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD4DC; }

 p { color: rgb(187,212,220); }

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

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

 a { background-color: rgb(187,212,220); }

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

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

 span { border-color: rgb(187,212,220); }

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