#BFEDD9

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

Shades of Aero Blue #BFEDD9

Tints of Aero Blue #BFEDD9

Color information

#BFEDD9 (or 0xBFEDD9) is unknown color: approx Aero Blue. HEX triplet: BF, ED and D9. RGB value is (191,237,217). Sum of RGB (Red+Green+Blue) = 191+237+217=645 (85% of max value = 765). Red value is 191 (75% from 255 or 29.61% from 645); Green value is 237 (92.97% from 255 or 36.74% from 645); Blue value is 217 (85.16% from 255 or 33.64% from 645); Max value from RGB is 237 - color contains mainly: green. Hex color #BFEDD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEDD9 is #401226. Grayscale: #DDDDDD. Windows color (decimal): -4198951 or 14282175. OLE color: 14282175.

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

Color convert

RGB191237217-
CMYK0.1900.080.07
HSL153.91º56.1%83.92%-
HSV(B)153.91º19.41%92.94%-
XYZ64.2976.6577.05-
YUV220.97125.76106.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.61%
GREEN value IS 237 (92.97% from 255) = 36.74%
BLUE value IS 217 (85.16% from 255) = 33.64%
R=29.61%
G=36.74%
B=33.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912372170.1900.080.07153.9156.183.92
HexBFEDD9130879a3854
Octal27735533123010723270124
Binary1011111111101101110110011001101000111100110101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEDD9; }

 p { color: rgb(191,237,217); }

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

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

 a { background-color: rgb(191,237,217); }

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

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

 span { border-color: rgb(191,237,217); }

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