#A6BEC7

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

Shades of Heather #A6BEC7

Tints of Heather #A6BEC7

Color information

#A6BEC7 (or 0xA6BEC7) is unknown color: approx Heather. HEX triplet: A6, BE and C7. RGB value is (166,190,199). Sum of RGB (Red+Green+Blue) = 166+190+199=555 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.91% from 555); Green value is 190 (74.61% from 255 or 34.23% from 555); Blue value is 199 (78.12% from 255 or 35.86% from 555); Max value from RGB is 199 - color contains mainly: blue. Hex color #A6BEC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BEC7 is #594138. Grayscale: #B7B7B7. Windows color (decimal): -5849401 or 13090470. OLE color: 13090470.

HSL color Cylindrical-coordinate representation of color #A6BEC7: hue angle of 196.36º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A6BEC7 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB166190199-
CMYK0.170.0500.22
HSL196.36º22.76%71.57%-
HSV(B)196.36º16.58%78.04%-
XYZ44.4549.0661.16-
YUV183.85136.55115.27-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.91%
GREEN value IS 190 (74.61% from 255) = 34.23%
BLUE value IS 199 (78.12% from 255) = 35.86%
R=29.91%
G=34.23%
B=35.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1661901990.170.0500.22196.3622.7671.57
HexA6BEC7115016c41748
Octal24627630721502630427110
Binary1010011010111110110001111000110101011011000100101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BEC7; }

 p { color: rgb(166,190,199); }

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

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

 a { background-color: rgb(166,190,199); }

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

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

 span { border-color: rgb(166,190,199); }

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