#BDEAD5

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

Shades of Aero Blue #BDEAD5

Tints of Aero Blue #BDEAD5

Color information

#BDEAD5 (or 0xBDEAD5) is unknown color: approx Aero Blue. HEX triplet: BD, EA and D5. RGB value is (189,234,213). Sum of RGB (Red+Green+Blue) = 189+234+213=636 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.72% from 636); Green value is 234 (91.80% from 255 or 36.79% from 636); Blue value is 213 (83.59% from 255 or 33.49% from 636); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEAD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEAD5 is #42152A. Grayscale: #DADADA. Windows color (decimal): -4330795 or 14019261. OLE color: 14019261.

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

Color convert

RGB189234213-
CMYK0.1900.090.08
HSL152º51.72%82.94%-
HSV(B)152º19.23%91.76%-
XYZ62.4274.4774.03-
YUV218.15125.09107.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.72%
GREEN value IS 234 (91.80% from 255) = 36.79%
BLUE value IS 213 (83.59% from 255) = 33.49%
R=29.72%
G=36.79%
B=33.49%

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
Decimal1892342130.1900.090.0815251.7282.94
HexBDEAD513098983453
Octal275352325230111023064123
Binary10111101111010101101010110011010011000100110001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEAD5; }

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

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

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

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

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

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

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

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