#BDEFD9

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

Shades of Aero Blue #BDEFD9

Tints of Aero Blue #BDEFD9

Color information

#BDEFD9 (or 0xBDEFD9) is unknown color: approx Aero Blue. HEX triplet: BD, EF and D9. RGB value is (189,239,217). Sum of RGB (Red+Green+Blue) = 189+239+217=645 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.30% from 645); Green value is 239 (93.75% from 255 or 37.05% from 645); Blue value is 217 (85.16% from 255 or 33.64% from 645); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEFD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEFD9 is #421026. Grayscale: #DDDDDD. Windows color (decimal): -4329511 or 14282685. OLE color: 14282685.

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

Color convert

RGB189239217-
CMYK0.2100.090.06
HSL153.6º60.98%83.92%-
HSV(B)153.6º20.92%93.73%-
XYZ64.3877.5677.22-
YUV221.54125.44104.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.30%
GREEN value IS 239 (93.75% from 255) = 37.05%
BLUE value IS 217 (85.16% from 255) = 33.64%
R=29.30%
G=37.05%
B=33.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1892392170.2100.090.06153.660.9883.92
HexBDEFD9150969a3d54
Octal27535733125011623275124
Binary1011110111101111110110011010101001110100110101111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEFD9; }

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

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

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

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

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

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

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

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