#BFF6D8

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

Shades of Aero Blue #BFF6D8

Tints of Aero Blue #BFF6D8

Color information

#BFF6D8 (or 0xBFF6D8) is unknown color: approx Aero Blue. HEX triplet: BF, F6 and D8. RGB value is (191,246,216). Sum of RGB (Red+Green+Blue) = 191+246+216=653 (86% of max value = 765). Red value is 191 (75% from 255 or 29.25% from 653); Green value is 246 (96.48% from 255 or 37.67% from 653); Blue value is 216 (84.77% from 255 or 33.08% from 653); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF6D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF6D8 is #400927. Grayscale: #E2E2E2. Windows color (decimal): -4196648 or 14218943. OLE color: 14218943.

HSL color Cylindrical-coordinate representation of color #BFF6D8: hue angle of 147.27º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFF6D8 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB191246216-
CMYK0.2200.120.04
HSL147.27º75.34%85.69%-
HSV(B)147.27º22.36%96.47%-
XYZ66.8481.9577.26-
YUV226.13122.28102.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.25%
GREEN value IS 246 (96.48% from 255) = 37.67%
BLUE value IS 216 (84.77% from 255) = 33.08%
R=29.25%
G=37.67%
B=33.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1912462160.2200.120.04147.2775.3485.69
HexBFF6D8160C4934b56
Octal277366330260144223113126
Binary10111111111101101101100010110011001001001001110010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF6D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF6D8; }

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

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

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

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

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

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

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

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