#BFEDD8

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

Shades of Aero Blue #BFEDD8

Tints of Aero Blue #BFEDD8

Color information

#BFEDD8 (or 0xBFEDD8) is unknown color: approx Aero Blue. HEX triplet: BF, ED and D8. RGB value is (191,237,216). Sum of RGB (Red+Green+Blue) = 191+237+216=644 (85% of max value = 765). Red value is 191 (75% from 255 or 29.66% from 644); Green value is 237 (92.97% from 255 or 36.80% from 644); Blue value is 216 (84.77% from 255 or 33.54% from 644); Max value from RGB is 237 - color contains mainly: green. Hex color #BFEDD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEDD8 is #401227. Grayscale: #DCDCDC. Windows color (decimal): -4198952 or 14216639. OLE color: 14216639.

HSL color Cylindrical-coordinate representation of color #BFEDD8: hue angle of 152.61º 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 #BFEDD8 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB191237216-
CMYK0.1900.090.07
HSL152.61º56.1%83.92%-
HSV(B)152.61º19.41%92.94%-
XYZ64.1676.676.37-
YUV220.85125.26106.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.66%
GREEN value IS 237 (92.97% from 255) = 36.80%
BLUE value IS 216 (84.77% from 255) = 33.54%
R=29.66%
G=36.80%
B=33.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912372160.1900.090.07152.6156.183.92
HexBFEDD813097993854
Octal27735533023011723170124
Binary1011111111101101110110001001101001111100110011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEDD8; }

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

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

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

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

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

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

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

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