#A8BACB

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

Shades of Heather #A8BACB

Tints of Heather #A8BACB

Color information

#A8BACB (or 0xA8BACB) is unknown color: approx Heather. HEX triplet: A8, BA and CB. RGB value is (168,186,203). Sum of RGB (Red+Green+Blue) = 168+186+203=557 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.16% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 203 (79.69% from 255 or 36.45% from 557); Max value from RGB is 203 - color contains mainly: blue. Hex color #A8BACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BACB is #574534. Grayscale: #B6B6B6. Windows color (decimal): -5719349 or 13351592. OLE color: 13351592.

HSL color Cylindrical-coordinate representation of color #A8BACB: hue angle of 209.14º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8BACB is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB168186203-
CMYK0.170.0800.20
HSL209.14º25.18%72.75%-
HSV(B)209.14º17.24%79.61%-
XYZ44.4947.7563.37-
YUV182.56139.54117.62-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.16%
GREEN value IS 186 (73.05% from 255) = 33.39%
BLUE value IS 203 (79.69% from 255) = 36.45%
R=30.16%
G=33.39%
B=36.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1681862030.170.0800.20209.1425.1872.75
HexA8BACB118014d11949
Octal250272313211002432131111
Binary10101000101110101100101110001100001010011010001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BACB; }

 p { color: rgb(168,186,203); }

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

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

 a { background-color: rgb(168,186,203); }

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

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

 span { border-color: rgb(168,186,203); }

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