#B5DEC9

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

Shades of Aero Blue #B5DEC9

Tints of Aero Blue #B5DEC9

Color information

#B5DEC9 (or 0xB5DEC9) is unknown color: approx Aero Blue. HEX triplet: B5, DE and C9. RGB value is (181,222,201). Sum of RGB (Red+Green+Blue) = 181+222+201=604 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.97% from 604); Green value is 222 (87.11% from 255 or 36.75% from 604); Blue value is 201 (78.91% from 255 or 33.28% from 604); Max value from RGB is 222 - color contains mainly: green. Hex color #B5DEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DEC9 is #4A2136. Grayscale: #CFCFCF. Windows color (decimal): -4858167 or 13229749. OLE color: 13229749.

HSL color Cylindrical-coordinate representation of color #B5DEC9: hue angle of 149.27º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5DEC9 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB181222201-
CMYK0.1800.090.13
HSL149.27º38.32%79.02%-
HSV(B)149.27º18.47%87.06%-
XYZ55.7266.2865.12-
YUV207.35124.42109.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.97%
GREEN value IS 222 (87.11% from 255) = 36.75%
BLUE value IS 201 (78.91% from 255) = 33.28%
R=29.97%
G=36.75%
B=33.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1812222010.1800.090.13149.2738.3279.02
HexB5DEC91209D95264f
Octal265336311220111522546117
Binary10110101110111101100100110010010011101100101011001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DEC9; }

 p { color: rgb(181,222,201); }

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

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

 a { background-color: rgb(181,222,201); }

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

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

 span { border-color: rgb(181,222,201); }

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