#BDEED9

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

Shades of Aero Blue #BDEED9

Tints of Aero Blue #BDEED9

Color information

#BDEED9 (or 0xBDEED9) is unknown color: approx Aero Blue. HEX triplet: BD, EE and D9. RGB value is (189,238,217). Sum of RGB (Red+Green+Blue) = 189+238+217=644 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.35% from 644); Green value is 238 (93.36% from 255 or 36.96% from 644); Blue value is 217 (85.16% from 255 or 33.70% from 644); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEED9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEED9 is #421126. Grayscale: #DCDCDC. Windows color (decimal): -4329767 or 14282429. OLE color: 14282429.

HSL color Cylindrical-coordinate representation of color #BDEED9: hue angle of 154.29º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDEED9 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB189238217-
CMYK0.2100.090.07
HSL154.29º59.04%83.73%-
HSV(B)154.29º20.59%93.33%-
XYZ64.0976.9877.13-
YUV220.96125.77105.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.35%
GREEN value IS 238 (93.36% from 255) = 36.96%
BLUE value IS 217 (85.16% from 255) = 33.70%
R=29.35%
G=36.96%
B=33.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892382170.2100.090.07154.2959.0483.73
HexBDEED9150979a3b54
Octal27535633125011723273124
Binary1011110111101110110110011010101001111100110101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEED9; }

 p { color: rgb(189,238,217); }

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

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

 a { background-color: rgb(189,238,217); }

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

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

 span { border-color: rgb(189,238,217); }

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