#B9E8D1

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

Shades of Aero Blue #B9E8D1

Tints of Aero Blue #B9E8D1

Color information

#B9E8D1 (or 0xB9E8D1) is unknown color: approx Aero Blue. HEX triplet: B9, E8 and D1. RGB value is (185,232,209). Sum of RGB (Red+Green+Blue) = 185+232+209=626 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.55% from 626); Green value is 232 (91.02% from 255 or 37.06% from 626); Blue value is 209 (82.03% from 255 or 33.39% from 626); Max value from RGB is 232 - color contains mainly: green. Hex color #B9E8D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9E8D1 is #46172E. Grayscale: #D7D7D7. Windows color (decimal): -4593455 or 13756601. OLE color: 13756601.

HSL color Cylindrical-coordinate representation of color #B9E8D1: hue angle of 150.64º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B9E8D1 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB185232209-
CMYK0.2000.100.09
HSL150.64º50.54%81.76%-
HSV(B)150.64º20.26%90.98%-
XYZ60.3772.6371.16-
YUV215.32124.43106.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.55%
GREEN value IS 232 (91.02% from 255) = 37.06%
BLUE value IS 209 (82.03% from 255) = 33.39%
R=29.55%
G=37.06%
B=33.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1852322090.2000.100.09150.6450.5481.76
HexB9E8D1140A9973352
Octal271350321240121122763122
Binary10111001111010001101000110100010101001100101111100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E8D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E8D1; }

 p { color: rgb(185,232,209); }

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

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

 a { background-color: rgb(185,232,209); }

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

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

 span { border-color: rgb(185,232,209); }

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