#BDFED4

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

Shades of Aero Blue #BDFED4

Tints of Aero Blue #BDFED4

Color information

#BDFED4 (or 0xBDFED4) is unknown color: approx Aero Blue. HEX triplet: BD, FE and D4. RGB value is (189,254,212). Sum of RGB (Red+Green+Blue) = 189+254+212=655 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.85% from 655); Green value is 254 (99.61% from 255 or 38.78% from 655); Blue value is 212 (83.20% from 255 or 32.37% from 655); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFED4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFED4 is #42012B. Grayscale: #E5E5E5. Windows color (decimal): -4325676 or 13958845. OLE color: 13958845.

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

Color convert

RGB189254212-
CMYK0.2600.170.00
HSL141.23º97.01%86.86%-
HSV(B)141.23º25.59%99.61%-
XYZ68.3186.4675.37-
YUV229.78117.9798.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.85%
GREEN value IS 254 (99.61% from 255) = 38.78%
BLUE value IS 212 (83.20% from 255) = 32.37%
R=28.85%
G=38.78%
B=32.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1892542120.2600.170.00141.2397.0186.86
HexBDFED41A01108d6157
Octal275376324320210215141127
Binary1011110111111110110101001101001000101000110111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFED4; }

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

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

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

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

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

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

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

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