#BBD1DD

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

Shades of Light Blue #BBD1DD

Tints of Light Blue #BBD1DD

Color information

#BBD1DD (or 0xBBD1DD) is unknown color: approx Light Blue. HEX triplet: BB, D1 and DD. RGB value is (187,209,221). Sum of RGB (Red+Green+Blue) = 187+209+221=617 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.31% from 617); Green value is 209 (82.03% from 255 or 33.87% from 617); Blue value is 221 (86.72% from 255 or 35.82% from 617); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBD1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD1DD is #442E22. Grayscale: #CBCBCB. Windows color (decimal): -4468259 or 14537147. OLE color: 14537147.

HSL color Cylindrical-coordinate representation of color #BBD1DD: hue angle of 201.18º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBD1DD is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB187209221-
CMYK0.150.0500.13
HSL201.18º33.33%80%-
HSV(B)201.18º15.38%86.67%-
XYZ56.3561.3977.29-
YUV203.79137.71116.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.31%
GREEN value IS 209 (82.03% from 255) = 33.87%
BLUE value IS 221 (86.72% from 255) = 35.82%
R=30.31%
G=33.87%
B=35.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872092210.150.0500.13201.1833.3380
HexBBD1DDF50Dc92150
Octal27332133517501531141120
Binary101110111101000111011101111110101101110010011000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD1DD; }

 p { color: rgb(187,209,221); }

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

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

 a { background-color: rgb(187,209,221); }

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

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

 span { border-color: rgb(187,209,221); }

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