#A8BACA

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

Shades of Heather #A8BACA

Tints of Heather #A8BACA

Color information

#A8BACA (or 0xA8BACA) is unknown color: approx Heather. HEX triplet: A8, BA and CA. RGB value is (168,186,202). Sum of RGB (Red+Green+Blue) = 168+186+202=556 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.22% from 556); Green value is 186 (73.05% from 255 or 33.45% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 202 - color contains mainly: blue. Hex color #A8BACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BACA is #574535. Grayscale: #B6B6B6. Windows color (decimal): -5719350 or 13286056. OLE color: 13286056.

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

Color convert

RGB168186202-
CMYK0.170.0800.21
HSL208.24º24.29%72.55%-
HSV(B)208.24º16.83%79.22%-
XYZ44.3747.7162.75-
YUV182.44139.04117.7-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.22%
GREEN value IS 186 (73.05% from 255) = 33.45%
BLUE value IS 202 (79.30% from 255) = 36.33%
R=30.22%
G=33.45%
B=36.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1681862020.170.0800.21208.2424.2972.55
HexA8BACA118015d01849
Octal250272312211002532030111
Binary10101000101110101100101010001100001010111010000110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BACA; }

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

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

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

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

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

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

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

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