#A6BFCF

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

Shades of Heather #A6BFCF

Tints of Heather #A6BFCF

Color information

#A6BFCF (or 0xA6BFCF) is unknown color: approx Heather. HEX triplet: A6, BF and CF. RGB value is (166,191,207). Sum of RGB (Red+Green+Blue) = 166+191+207=564 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.43% from 564); Green value is 191 (75% from 255 or 33.87% from 564); Blue value is 207 (81.25% from 255 or 36.70% from 564); Max value from RGB is 207 - color contains mainly: blue. Hex color #A6BFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BFCF is #594030. Grayscale: #B9B9B9. Windows color (decimal): -5849137 or 13615014. OLE color: 13615014.

HSL color Cylindrical-coordinate representation of color #A6BFCF: hue angle of 203.41º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A6BFCF is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB166191207-
CMYK0.200.0800.19
HSL203.41º29.93%73.14%-
HSV(B)203.41º19.81%81.18%-
XYZ45.6249.8766.25-
YUV185.35140.22114.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.43%
GREEN value IS 191 (75% from 255) = 33.87%
BLUE value IS 207 (81.25% from 255) = 36.70%
R=29.43%
G=33.87%
B=36.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1661912070.200.0800.19203.4129.9373.14
HexA6BFCF148013cb1e49
Octal246277317241002331336111
Binary10100110101111111100111110100100001001111001011111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BFCF; }

 p { color: rgb(166,191,207); }

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

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

 a { background-color: rgb(166,191,207); }

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

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

 span { border-color: rgb(166,191,207); }

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