#BDEAD4

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

Shades of Aero Blue #BDEAD4

Tints of Aero Blue #BDEAD4

Color information

#BDEAD4 (or 0xBDEAD4) is unknown color: approx Aero Blue. HEX triplet: BD, EA and D4. RGB value is (189,234,212). Sum of RGB (Red+Green+Blue) = 189+234+212=635 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.76% from 635); Green value is 234 (91.80% from 255 or 36.85% from 635); Blue value is 212 (83.20% from 255 or 33.39% from 635); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEAD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEAD4 is #42152B. Grayscale: #DADADA. Windows color (decimal): -4330796 or 13953725. OLE color: 13953725.

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

Color convert

RGB189234212-
CMYK0.1900.090.08
HSL150.67º51.72%82.94%-
HSV(B)150.67º19.23%91.76%-
XYZ62.2974.4273.37-
YUV218.04124.59107.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.76%
GREEN value IS 234 (91.80% from 255) = 36.85%
BLUE value IS 212 (83.20% from 255) = 33.39%
R=29.76%
G=36.85%
B=33.39%

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
Decimal1892342120.1900.090.08150.6751.7282.94
HexBDEAD413098973453
Octal275352324230111022764123
Binary10111101111010101101010010011010011000100101111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEAD4; }

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

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

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

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

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

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

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

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