#BBD5DA

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

Shades of Light Blue #BBD5DA

Tints of Light Blue #BBD5DA

Color information

#BBD5DA (or 0xBBD5DA) is unknown color: approx Light Blue. HEX triplet: BB, D5 and DA. RGB value is (187,213,218). Sum of RGB (Red+Green+Blue) = 187+213+218=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 213 (83.59% from 255 or 34.47% from 618); Blue value is 218 (85.55% from 255 or 35.28% from 618); Max value from RGB is 218 - color contains mainly: blue. Hex color #BBD5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD5DA is #442A25. Grayscale: #CDCDCD. Windows color (decimal): -4467238 or 14341563. OLE color: 14341563.

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

Color convert

RGB187213218-
CMYK0.140.0200.15
HSL189.68º29.52%79.41%-
HSV(B)189.68º14.22%85.49%-
XYZ56.9463.2275.53-
YUV205.8134.89114.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.26%
GREEN value IS 213 (83.59% from 255) = 34.47%
BLUE value IS 218 (85.55% from 255) = 35.28%
R=30.26%
G=34.47%
B=35.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872132180.140.0200.15189.6829.5279.41
HexBBD5DAE20Fbe1e4f
Octal27332533216201727636117
Binary1011101111010101110110101110100111110111110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD5DA; }

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

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

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

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

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

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

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

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