#A8BEC6

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

Shades of Heather #A8BEC6

Tints of Heather #A8BEC6

Color information

#A8BEC6 (or 0xA8BEC6) is unknown color: approx Heather. HEX triplet: A8, BE and C6. RGB value is (168,190,198). Sum of RGB (Red+Green+Blue) = 168+190+198=556 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.22% from 556); Green value is 190 (74.61% from 255 or 34.17% from 556); Blue value is 198 (77.73% from 255 or 35.61% from 556); Max value from RGB is 198 - color contains mainly: blue. Hex color #A8BEC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BEC6 is #574139. Grayscale: #B8B8B8. Windows color (decimal): -5718330 or 13024936. OLE color: 13024936.

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

Color convert

RGB168190198-
CMYK0.150.0400.22
HSL196º20.83%71.76%-
HSV(B)196º15.15%77.65%-
XYZ44.7549.2360.57-
YUV184.33135.71116.35-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.22%
GREEN value IS 190 (74.61% from 255) = 34.17%
BLUE value IS 198 (77.73% from 255) = 35.61%
R=30.22%
G=34.17%
B=35.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1681901980.150.0400.2219620.8371.76
HexA8BEC6F4016c41548
Octal25027630617402630425110
Binary101010001011111011000110111110001011011000100101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BEC6; }

 p { color: rgb(168,190,198); }

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

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

 a { background-color: rgb(168,190,198); }

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

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

 span { border-color: rgb(168,190,198); }

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