#B9DDCB

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

Shades of Aero Blue #B9DDCB

Tints of Aero Blue #B9DDCB

Color information

#B9DDCB (or 0xB9DDCB) is unknown color: approx Aero Blue. HEX triplet: B9, DD and CB. RGB value is (185,221,203). Sum of RGB (Red+Green+Blue) = 185+221+203=609 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.38% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 203 (79.69% from 255 or 33.33% from 609); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DDCB is #462234. Grayscale: #D0D0D0. Windows color (decimal): -4596277 or 13360569. OLE color: 13360569.

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

Color convert

RGB185221203-
CMYK0.1600.080.13
HSL150º34.62%79.61%-
HSV(B)150º16.29%86.67%-
XYZ56.6466.3466.32-
YUV208.18125.07111.46-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.38%
GREEN value IS 221 (86.72% from 255) = 36.29%
BLUE value IS 203 (79.69% from 255) = 33.33%
R=30.38%
G=36.29%
B=33.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1852212030.1600.080.1315034.6279.61
HexB9DDCB1008D962350
Octal271335313200101522643120
Binary10111001110111011100101110000010001101100101101000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DDCB; }

 p { color: rgb(185,221,203); }

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

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

 a { background-color: rgb(185,221,203); }

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

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

 span { border-color: rgb(185,221,203); }

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