#A6BEC4

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

Shades of Heather #A6BEC4

Tints of Heather #A6BEC4

Color information

#A6BEC4 (or 0xA6BEC4) is unknown color: approx Heather. HEX triplet: A6, BE and C4. RGB value is (166,190,196). Sum of RGB (Red+Green+Blue) = 166+190+196=552 (73% of max value = 765). Red value is 166 (65.23% from 255 or 30.07% from 552); Green value is 190 (74.61% from 255 or 34.42% from 552); Blue value is 196 (76.95% from 255 or 35.51% from 552); Max value from RGB is 196 - color contains mainly: blue. Hex color #A6BEC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BEC4 is #59413B. Grayscale: #B7B7B7. Windows color (decimal): -5849404 or 12893862. OLE color: 12893862.

HSL color Cylindrical-coordinate representation of color #A6BEC4: hue angle of 192º degrees, saturation: 0.2, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A6BEC4 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB166190196-
CMYK0.150.0300.23
HSL192º20.27%70.98%-
HSV(B)192º15.31%76.86%-
XYZ44.148.9259.34-
YUV183.51135.05115.51-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.07%
GREEN value IS 190 (74.61% from 255) = 34.42%
BLUE value IS 196 (76.95% from 255) = 35.51%
R=30.07%
G=34.42%
B=35.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1661901960.150.0300.2319220.2770.98
HexA6BEC4F3017c01447
Octal24627630417302730024107
Binary10100110101111101100010011111101011111000000101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BEC4; }

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

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

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

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

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

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

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

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