#BBD2DA

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

Shades of Light Blue #BBD2DA

Tints of Light Blue #BBD2DA

Color information

#BBD2DA (or 0xBBD2DA) is unknown color: approx Light Blue. HEX triplet: BB, D2 and DA. RGB value is (187,210,218). Sum of RGB (Red+Green+Blue) = 187+210+218=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 210 (82.42% from 255 or 34.15% from 615); Blue value is 218 (85.55% from 255 or 35.45% from 615); Max value from RGB is 218 - color contains mainly: blue. Hex color #BBD2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD2DA is #442D25. Grayscale: #CBCBCB. Windows color (decimal): -4468006 or 14340795. OLE color: 14340795.

HSL color Cylindrical-coordinate representation of color #BBD2DA: hue angle of 195.48º 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 #BBD2DA is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB187210218-
CMYK0.140.0400.15
HSL195.48º29.52%79.41%-
HSV(B)195.48º14.22%85.49%-
XYZ56.1961.7275.28-
YUV204.04135.88115.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.41%
GREEN value IS 210 (82.42% from 255) = 34.15%
BLUE value IS 218 (85.55% from 255) = 35.45%
R=30.41%
G=34.15%
B=35.45%

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
Decimal1872102180.140.0400.15195.4829.5279.41
HexBBD2DAE40Fc31e4f
Octal27332233216401730336117
Binary10111011110100101101101011101000111111000011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD2DA; }

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

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

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

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

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

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

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

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