#BFF6D4

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

Shades of Aero Blue #BFF6D4

Tints of Aero Blue #BFF6D4

Color information

#BFF6D4 (or 0xBFF6D4) is unknown color: approx Aero Blue. HEX triplet: BF, F6 and D4. RGB value is (191,246,212). Sum of RGB (Red+Green+Blue) = 191+246+212=649 (85% of max value = 765). Red value is 191 (75% from 255 or 29.43% from 649); Green value is 246 (96.48% from 255 or 37.90% from 649); Blue value is 212 (83.20% from 255 or 32.67% from 649); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF6D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF6D4 is #40092B. Grayscale: #E1E1E1. Windows color (decimal): -4196652 or 13956799. OLE color: 13956799.

HSL color Cylindrical-coordinate representation of color #BFF6D4: hue angle of 142.91º 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 #BFF6D4 is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB191246212-
CMYK0.2200.140.04
HSL142.91º75.34%85.69%-
HSV(B)142.91º22.36%96.47%-
XYZ66.3381.7474.57-
YUV225.68120.28103.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.43%
GREEN value IS 246 (96.48% from 255) = 37.90%
BLUE value IS 212 (83.20% from 255) = 32.67%
R=29.43%
G=37.90%
B=32.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1912462120.2200.140.04142.9175.3485.69
HexBFF6D4160E48f4b56
Octal277366324260164217113126
Binary10111111111101101101010010110011101001000111110010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF6D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF6D4; }

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

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

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

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

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

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

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

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