#B9DCC8

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

Shades of Aero Blue #B9DCC8

Tints of Aero Blue #B9DCC8

Color information

#B9DCC8 (or 0xB9DCC8) is unknown color: approx Aero Blue. HEX triplet: B9, DC and C8. RGB value is (185,220,200). Sum of RGB (Red+Green+Blue) = 185+220+200=605 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.58% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 200 (78.52% from 255 or 33.06% from 605); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DCC8 is #462337. Grayscale: #CFCFCF. Windows color (decimal): -4596536 or 13163705. OLE color: 13163705.

HSL color Cylindrical-coordinate representation of color #B9DCC8: hue angle of 145.71º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9DCC8 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB185220200-
CMYK0.1600.090.14
HSL145.71º33.33%79.41%-
HSV(B)145.71º15.91%86.27%-
XYZ56.0365.6764.37-
YUV207.26123.9112.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.58%
GREEN value IS 220 (86.33% from 255) = 36.36%
BLUE value IS 200 (78.52% from 255) = 33.06%
R=30.58%
G=36.36%
B=33.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1852202000.1600.090.14145.7133.3379.41
HexB9DCC81009E92214f
Octal271334310200111622241117
Binary10111001110111001100100010000010011110100100101000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DCC8; }

 p { color: rgb(185,220,200); }

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

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

 a { background-color: rgb(185,220,200); }

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

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

 span { border-color: rgb(185,220,200); }

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