#BFFCD6

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

Shades of Aero Blue #BFFCD6

Tints of Aero Blue #BFFCD6

Color information

#BFFCD6 (or 0xBFFCD6) is unknown color: approx Aero Blue. HEX triplet: BF, FC and D6. RGB value is (191,252,214). Sum of RGB (Red+Green+Blue) = 191+252+214=657 (87% of max value = 765). Red value is 191 (75% from 255 or 29.07% from 657); Green value is 252 (98.83% from 255 or 38.36% from 657); Blue value is 214 (83.98% from 255 or 32.57% from 657); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFCD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFCD6 is #400329. Grayscale: #E5E5E5. Windows color (decimal): -4195114 or 14089407. OLE color: 14089407.

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

Color convert

RGB191252214-
CMYK0.2400.150.01
HSL142.62º91.04%86.86%-
HSV(B)142.62º24.21%98.82%-
XYZ68.4385.5576.52-
YUV229.43119.29100.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.07%
GREEN value IS 252 (98.83% from 255) = 38.36%
BLUE value IS 214 (83.98% from 255) = 32.57%
R=29.07%
G=38.36%
B=32.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912522140.2400.150.01142.6291.0486.86
HexBFFCD6180F18f5b57
Octal277374326300171217133127
Binary101111111111110011010110110000111111000111110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFCD6; }

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

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

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

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

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

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

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

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