#BDFED9

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

Shades of Aero Blue #BDFED9

Tints of Aero Blue #BDFED9

Color information

#BDFED9 (or 0xBDFED9) is unknown color: approx Aero Blue. HEX triplet: BD, FE and D9. RGB value is (189,254,217). Sum of RGB (Red+Green+Blue) = 189+254+217=660 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.64% from 660); Green value is 254 (99.61% from 255 or 38.48% from 660); Blue value is 217 (85.16% from 255 or 32.88% from 660); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFED9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFED9 is #420126. Grayscale: #E6E6E6. Windows color (decimal): -4325671 or 14286525. OLE color: 14286525.

HSL color Cylindrical-coordinate representation of color #BDFED9: hue angle of 145.85º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDFED9 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB189254217-
CMYK0.2600.150.00
HSL145.85º97.01%86.86%-
HSV(B)145.85º25.59%99.61%-
XYZ68.9586.7178.75-
YUV230.35120.4798.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.64%
GREEN value IS 254 (99.61% from 255) = 38.48%
BLUE value IS 217 (85.16% from 255) = 32.88%
R=28.64%
G=38.48%
B=32.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1892542170.2600.150.00145.8597.0186.86
HexBDFED91A0F0926157
Octal275376331320170222141127
Binary101111011111111011011001110100111101001001011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFED9; }

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

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

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

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

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

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

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

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