#B9DCCA

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

Shades of Aero Blue #B9DCCA

Tints of Aero Blue #B9DCCA

Color information

#B9DCCA (or 0xB9DCCA) is unknown color: approx Aero Blue. HEX triplet: B9, DC and CA. RGB value is (185,220,202). Sum of RGB (Red+Green+Blue) = 185+220+202=607 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.48% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DCCA is #462335. Grayscale: #CFCFCF. Windows color (decimal): -4596534 or 13294777. OLE color: 13294777.

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

Color convert

RGB185220202-
CMYK0.1600.080.14
HSL149.14º33.33%79.41%-
HSV(B)149.14º15.91%86.27%-
XYZ56.2665.7665.61-
YUV207.48124.9111.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.48%
GREEN value IS 220 (86.33% from 255) = 36.24%
BLUE value IS 202 (79.30% from 255) = 33.28%
R=30.48%
G=36.24%
B=33.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1852202020.1600.080.14149.1433.3379.41
HexB9DCCA1008E95214f
Octal271334312200101622541117
Binary10111001110111001100101010000010001110100101011000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DCCA; }

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

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

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

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

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

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

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

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