#BDEAD0

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

Shades of Aero Blue #BDEAD0

Tints of Aero Blue #BDEAD0

Color information

#BDEAD0 (or 0xBDEAD0) is unknown color: approx Aero Blue. HEX triplet: BD, EA and D0. RGB value is (189,234,208). Sum of RGB (Red+Green+Blue) = 189+234+208=631 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.95% from 631); Green value is 234 (91.80% from 255 or 37.08% from 631); Blue value is 208 (81.64% from 255 or 32.96% from 631); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEAD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEAD0 is #42152F. Grayscale: #D9D9D9. Windows color (decimal): -4330800 or 13691581. OLE color: 13691581.

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

Color convert

RGB189234208-
CMYK0.1900.110.08
HSL145.33º51.72%82.94%-
HSV(B)145.33º19.23%91.76%-
XYZ61.7974.2270.74-
YUV217.58122.59107.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.95%
GREEN value IS 234 (91.80% from 255) = 37.08%
BLUE value IS 208 (81.64% from 255) = 32.96%
R=29.95%
G=37.08%
B=32.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892342080.1900.110.08145.3351.7282.94
HexBDEAD0130B8913453
Octal275352320230131022164123
Binary10111101111010101101000010011010111000100100011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEAD0; }

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

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

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

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

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

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

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

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