#BBD2DD

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

Shades of Light Blue #BBD2DD

Tints of Light Blue #BBD2DD

Color information

#BBD2DD (or 0xBBD2DD) is unknown color: approx Light Blue. HEX triplet: BB, D2 and DD. RGB value is (187,210,221). Sum of RGB (Red+Green+Blue) = 187+210+221=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 210 (82.42% from 255 or 33.98% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBD2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD2DD is #442D22. Grayscale: #CCCCCC. Windows color (decimal): -4468003 or 14537403. OLE color: 14537403.

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

Color convert

RGB187210221-
CMYK0.150.0500.13
HSL199.41º33.33%80%-
HSV(B)199.41º15.38%86.67%-
XYZ56.5961.8877.37-
YUV204.38137.38115.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.26%
GREEN value IS 210 (82.42% from 255) = 33.98%
BLUE value IS 221 (86.72% from 255) = 35.76%
R=30.26%
G=33.98%
B=35.76%

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
Decimal1872102210.150.0500.13199.4133.3380
HexBBD2DDF50Dc72150
Octal27332233517501530741120
Binary101110111101001011011101111110101101110001111000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD2DD; }

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

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

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

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

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

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

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

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