#A8BCC1

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

Shades of Heather #A8BCC1

Tints of Heather #A8BCC1

Color information

#A8BCC1 (or 0xA8BCC1) is unknown color: approx Heather. HEX triplet: A8, BC and C1. RGB value is (168,188,193). Sum of RGB (Red+Green+Blue) = 168+188+193=549 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.60% from 549); Green value is 188 (73.83% from 255 or 34.24% from 549); Blue value is 193 (75.78% from 255 or 35.15% from 549); Max value from RGB is 193 - color contains mainly: blue. Hex color #A8BCC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BCC1 is #57433E. Grayscale: #B6B6B6. Windows color (decimal): -5718847 or 12696744. OLE color: 12696744.

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

Color convert

RGB168188193-
CMYK0.130.0300.24
HSL192º16.78%70.78%-
HSV(B)192º12.95%75.69%-
XYZ43.7648.1457.44-
YUV182.59133.87117.59-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.60%
GREEN value IS 188 (73.83% from 255) = 34.24%
BLUE value IS 193 (75.78% from 255) = 35.15%
R=30.60%
G=34.24%
B=35.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1681881930.130.0300.2419216.7870.78
HexA8BCC1D3018c01147
Octal25027430115303030021107
Binary10101000101111001100000111011101100011000000100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BCC1; }

 p { color: rgb(168,188,193); }

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

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

 a { background-color: rgb(168,188,193); }

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

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

 span { border-color: rgb(168,188,193); }

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