#BBD4DA

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

Shades of Light Blue #BBD4DA

Tints of Light Blue #BBD4DA

Color information

#BBD4DA (or 0xBBD4DA) is unknown color: approx Light Blue. HEX triplet: BB, D4 and DA. RGB value is (187,212,218). Sum of RGB (Red+Green+Blue) = 187+212+218=617 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.31% from 617); Green value is 212 (83.20% from 255 or 34.36% from 617); Blue value is 218 (85.55% from 255 or 35.33% from 617); Max value from RGB is 218 - color contains mainly: blue. Hex color #BBD4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD4DA is #442B25. Grayscale: #CDCDCD. Windows color (decimal): -4467494 or 14341307. OLE color: 14341307.

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

Color convert

RGB187212218-
CMYK0.140.0300.15
HSL191.61º29.52%79.41%-
HSV(B)191.61º14.22%85.49%-
XYZ56.6962.7175.45-
YUV205.21135.22115.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.31%
GREEN value IS 212 (83.20% from 255) = 34.36%
BLUE value IS 218 (85.55% from 255) = 35.33%
R=30.31%
G=34.36%
B=35.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872122180.140.0300.15191.6129.5279.41
HexBBD4DAE30Fc01e4f
Octal27332433216301730036117
Binary1011101111010100110110101110110111111000000111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD4DA; }

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

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

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

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

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

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

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

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