#B9E3CE

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

Shades of Aero Blue #B9E3CE

Tints of Aero Blue #B9E3CE

Color information

#B9E3CE (or 0xB9E3CE) is unknown color: approx Aero Blue. HEX triplet: B9, E3 and CE. RGB value is (185,227,206). Sum of RGB (Red+Green+Blue) = 185+227+206=618 (81% of max value = 765). Red value is 185 (72.66% from 255 or 29.94% from 618); Green value is 227 (89.06% from 255 or 36.73% from 618); Blue value is 206 (80.86% from 255 or 33.33% from 618); Max value from RGB is 227 - color contains mainly: green. Hex color #B9E3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9E3CE is #461C31. Grayscale: #D4D4D4. Windows color (decimal): -4594738 or 13558713. OLE color: 13558713.

HSL color Cylindrical-coordinate representation of color #B9E3CE: hue angle of 150º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B9E3CE is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB185227206-
CMYK0.1900.090.11
HSL150º42.86%80.78%-
HSV(B)150º18.5%89.02%-
XYZ58.6269.7168.76-
YUV212.05124.59108.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.94%
GREEN value IS 227 (89.06% from 255) = 36.73%
BLUE value IS 206 (80.86% from 255) = 33.33%
R=29.94%
G=36.73%
B=33.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1852272060.1900.090.1115042.8680.78
HexB9E3CE1309B962b51
Octal271343316230111322653121
Binary10111001111000111100111010011010011011100101101010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E3CE; }

 p { color: rgb(185,227,206); }

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

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

 a { background-color: rgb(185,227,206); }

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

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

 span { border-color: rgb(185,227,206); }

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