#A2B8C1

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

Shades of Heather #A2B8C1

Tints of Heather #A2B8C1

Color information

#A2B8C1 (or 0xA2B8C1) is unknown color: approx Heather. HEX triplet: A2, B8 and C1. RGB value is (162,184,193). Sum of RGB (Red+Green+Blue) = 162+184+193=539 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.06% from 539); Green value is 184 (72.27% from 255 or 34.14% from 539); Blue value is 193 (75.78% from 255 or 35.81% from 539); Max value from RGB is 193 - color contains mainly: blue. Hex color #A2B8C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2B8C1 is #5D473E. Grayscale: #B2B2B2. Windows color (decimal): -6113087 or 12695714. OLE color: 12695714.

HSL color Cylindrical-coordinate representation of color #A2B8C1: hue angle of 197.42º degrees, saturation: 0.2, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A2B8C1 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB162184193-
CMYK0.160.0500.24
HSL197.42º20%69.61%-
HSV(B)197.42º16.06%75.69%-
XYZ41.6745.8157.1-
YUV178.45136.21116.27-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.06%
GREEN value IS 184 (72.27% from 255) = 34.14%
BLUE value IS 193 (75.78% from 255) = 35.81%
R=30.06%
G=34.14%
B=35.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1621841930.160.0500.24197.422069.61
HexA2B8C1105018c51446
Octal24227030120503030524106
Binary1010001010111000110000011000010101100011000101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B8C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B8C1; }

 p { color: rgb(162,184,193); }

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

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

 a { background-color: rgb(162,184,193); }

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

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

 span { border-color: rgb(162,184,193); }

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