#BDEAD6

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

Shades of Aero Blue #BDEAD6

Tints of Aero Blue #BDEAD6

Color information

#BDEAD6 (or 0xBDEAD6) is unknown color: approx Aero Blue. HEX triplet: BD, EA and D6. RGB value is (189,234,214). Sum of RGB (Red+Green+Blue) = 189+234+214=637 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.67% from 637); Green value is 234 (91.80% from 255 or 36.73% from 637); Blue value is 214 (83.98% from 255 or 33.59% from 637); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEAD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEAD6 is #421529. Grayscale: #DADADA. Windows color (decimal): -4330794 or 14084797. OLE color: 14084797.

HSL color Cylindrical-coordinate representation of color #BDEAD6: hue angle of 153.33º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDEAD6 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB189234214-
CMYK0.1900.090.08
HSL153.33º51.72%82.94%-
HSV(B)153.33º19.23%91.76%-
XYZ62.5574.5274.71-
YUV218.26125.59107.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.67%
GREEN value IS 234 (91.80% from 255) = 36.73%
BLUE value IS 214 (83.98% from 255) = 33.59%
R=29.67%
G=36.73%
B=33.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892342140.1900.090.08153.3351.7282.94
HexBDEAD613098993453
Octal275352326230111023164123
Binary10111101111010101101011010011010011000100110011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEAD6; }

 p { color: rgb(189,234,214); }

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

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

 a { background-color: rgb(189,234,214); }

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

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

 span { border-color: rgb(189,234,214); }

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