#BDEAD8

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

Shades of Aero Blue #BDEAD8

Tints of Aero Blue #BDEAD8

Color information

#BDEAD8 (or 0xBDEAD8) is unknown color: approx Aero Blue. HEX triplet: BD, EA and D8. RGB value is (189,234,216). Sum of RGB (Red+Green+Blue) = 189+234+216=639 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.58% from 639); Green value is 234 (91.80% from 255 or 36.62% from 639); Blue value is 216 (84.77% from 255 or 33.80% from 639); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEAD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEAD8 is #421527. Grayscale: #DADADA. Windows color (decimal): -4330792 or 14215869. OLE color: 14215869.

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

Color convert

RGB189234216-
CMYK0.1900.080.08
HSL156º51.72%82.94%-
HSV(B)156º19.23%91.76%-
XYZ62.874.6276.06-
YUV218.49126.59106.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.58%
GREEN value IS 234 (91.80% from 255) = 36.62%
BLUE value IS 216 (84.77% from 255) = 33.80%
R=29.58%
G=36.62%
B=33.80%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892342160.1900.080.0815651.7282.94
HexBDEAD8130889c3453
Octal275352330230101023464123
Binary10111101111010101101100010011010001000100111001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEAD8; }

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

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

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

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

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

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

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

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