#BDFED6

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

Shades of Aero Blue #BDFED6

Tints of Aero Blue #BDFED6

Color information

#BDFED6 (or 0xBDFED6) is unknown color: approx Aero Blue. HEX triplet: BD, FE and D6. RGB value is (189,254,214). Sum of RGB (Red+Green+Blue) = 189+254+214=657 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.77% from 657); Green value is 254 (99.61% from 255 or 38.66% from 657); Blue value is 214 (83.98% from 255 or 32.57% from 657); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFED6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFED6 is #420129. Grayscale: #E6E6E6. Windows color (decimal): -4325674 or 14089917. OLE color: 14089917.

HSL color Cylindrical-coordinate representation of color #BDFED6: hue angle of 143.08º 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 #BDFED6 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.

Color convert

RGB189254214-
CMYK0.2600.160.00
HSL143.08º97.01%86.86%-
HSV(B)143.08º25.59%99.61%-
XYZ68.5786.5676.71-
YUV230118.9798.75-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.77%
GREEN value IS 254 (99.61% from 255) = 38.66%
BLUE value IS 214 (83.98% from 255) = 32.57%
R=28.77%
G=38.66%
B=32.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1892542140.2600.160.00143.0897.0186.86
HexBDFED61A01008f6157
Octal275376326320200217141127
Binary1011110111111110110101101101001000001000111111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFED6; }

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

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

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

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

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

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

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

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