#BFFDD9

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

Shades of Aero Blue #BFFDD9

Tints of Aero Blue #BFFDD9

Color information

#BFFDD9 (or 0xBFFDD9) is unknown color: approx Aero Blue. HEX triplet: BF, FD and D9. RGB value is (191,253,217). Sum of RGB (Red+Green+Blue) = 191+253+217=661 (87% of max value = 765). Red value is 191 (75% from 255 or 28.90% from 661); Green value is 253 (99.22% from 255 or 38.28% from 661); Blue value is 217 (85.16% from 255 or 32.83% from 661); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFDD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFDD9 is #400226. Grayscale: #E6E6E6. Windows color (decimal): -4194855 or 14286271. OLE color: 14286271.

HSL color Cylindrical-coordinate representation of color #BFFDD9: hue angle of 145.16º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFFDD9 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB191253217-
CMYK0.2500.140.01
HSL145.16º93.94%87.06%-
HSV(B)145.16º24.51%99.22%-
XYZ69.1486.3478.67-
YUV230.36120.4699.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.90%
GREEN value IS 253 (99.22% from 255) = 38.28%
BLUE value IS 217 (85.16% from 255) = 32.83%
R=28.90%
G=38.28%
B=32.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912532170.2500.140.01145.1693.9487.06
HexBFFDD9190E1915e57
Octal277375331310161221136127
Binary101111111111110111011001110010111011001000110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFDD9; }

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

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

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

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

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

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

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

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