#BFFDD8

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

Shades of Aero Blue #BFFDD8

Tints of Aero Blue #BFFDD8

Color information

#BFFDD8 (or 0xBFFDD8) is unknown color: approx Aero Blue. HEX triplet: BF, FD and D8. RGB value is (191,253,216). Sum of RGB (Red+Green+Blue) = 191+253+216=660 (87% of max value = 765). Red value is 191 (75% from 255 or 28.94% from 660); Green value is 253 (99.22% from 255 or 38.33% from 660); Blue value is 216 (84.77% from 255 or 32.73% from 660); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFDD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFDD8 is #400227. Grayscale: #E6E6E6. Windows color (decimal): -4194856 or 14220735. OLE color: 14220735.

HSL color Cylindrical-coordinate representation of color #BFFDD8: hue angle of 144.19º 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 #BFFDD8 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB191253216-
CMYK0.2500.150.01
HSL144.19º93.94%87.06%-
HSV(B)144.19º24.51%99.22%-
XYZ69.0186.2877.98-
YUV230.24119.96100.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.94%
GREEN value IS 253 (99.22% from 255) = 38.33%
BLUE value IS 216 (84.77% from 255) = 32.73%
R=28.94%
G=38.33%
B=32.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912532160.2500.150.01144.1993.9487.06
HexBFFDD8190F1905e57
Octal277375330310171220136127
Binary101111111111110111011000110010111111001000010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFDD8; }

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

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

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

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

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

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

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

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