#BBD2D8

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

Shades of Light Blue #BBD2D8

Tints of Light Blue #BBD2D8

Color information

#BBD2D8 (or 0xBBD2D8) is unknown color: approx Light Blue. HEX triplet: BB, D2 and D8. RGB value is (187,210,216). Sum of RGB (Red+Green+Blue) = 187+210+216=613 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.51% from 613); Green value is 210 (82.42% from 255 or 34.26% from 613); Blue value is 216 (84.77% from 255 or 35.24% from 613); Max value from RGB is 216 - color contains mainly: blue. Hex color #BBD2D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD2D8 is #442D27. Grayscale: #CBCBCB. Windows color (decimal): -4468008 or 14209723. OLE color: 14209723.

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

Color convert

RGB187210216-
CMYK0.130.0300.15
HSL192.41º27.1%79.02%-
HSV(B)192.41º13.43%84.71%-
XYZ55.9361.6273.91-
YUV203.81134.88116.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.51%
GREEN value IS 210 (82.42% from 255) = 34.26%
BLUE value IS 216 (84.77% from 255) = 35.24%
R=30.51%
G=34.26%
B=35.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872102160.130.0300.15192.4127.179.02
HexBBD2D8D30Fc01b4f
Octal27332233015301730033117
Binary1011101111010010110110001101110111111000000110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD2D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD2D8; }

 p { color: rgb(187,210,216); }

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

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

 a { background-color: rgb(187,210,216); }

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

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

 span { border-color: rgb(187,210,216); }

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