#BFFCD8

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

Shades of Aero Blue #BFFCD8

Tints of Aero Blue #BFFCD8

Color information

#BFFCD8 (or 0xBFFCD8) is unknown color: approx Aero Blue. HEX triplet: BF, FC and D8. RGB value is (191,252,216). Sum of RGB (Red+Green+Blue) = 191+252+216=659 (87% of max value = 765). Red value is 191 (75% from 255 or 28.98% from 659); Green value is 252 (98.83% from 255 or 38.24% from 659); Blue value is 216 (84.77% from 255 or 32.78% from 659); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFCD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFCD8 is #400327. Grayscale: #E5E5E5. Windows color (decimal): -4195112 or 14220479. OLE color: 14220479.

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

Color convert

RGB191252216-
CMYK0.2400.140.01
HSL144.59º91.04%86.86%-
HSV(B)144.59º24.21%98.82%-
XYZ68.6985.6677.88-
YUV229.66120.29100.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.98%
GREEN value IS 252 (98.83% from 255) = 38.24%
BLUE value IS 216 (84.77% from 255) = 32.78%
R=28.98%
G=38.24%
B=32.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912522160.2400.140.01144.5991.0486.86
HexBFFCD8180E1915b57
Octal277374330300161221133127
Binary101111111111110011011000110000111011001000110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFCD8; }

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

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

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

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

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

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

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

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