#A2BACB

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

Shades of Heather #A2BACB

Tints of Heather #A2BACB

Color information

#A2BACB (or 0xA2BACB) is unknown color: approx Heather. HEX triplet: A2, BA and CB. RGB value is (162,186,203). Sum of RGB (Red+Green+Blue) = 162+186+203=551 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.40% from 551); Green value is 186 (73.05% from 255 or 33.76% from 551); Blue value is 203 (79.69% from 255 or 36.84% from 551); Max value from RGB is 203 - color contains mainly: blue. Hex color #A2BACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BACB is #5D4534. Grayscale: #B4B4B4. Windows color (decimal): -6112565 or 13351586. OLE color: 13351586.

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

Color convert

RGB162186203-
CMYK0.200.0800.20
HSL204.88º28.28%71.57%-
HSV(B)204.88º20.2%79.61%-
XYZ43.2447.1163.31-
YUV180.76140.55114.62-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.40%
GREEN value IS 186 (73.05% from 255) = 33.76%
BLUE value IS 203 (79.69% from 255) = 36.84%
R=29.40%
G=33.76%
B=36.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1621862030.200.0800.20204.8828.2871.57
HexA2BACB148014cd1c48
Octal242272313241002431534110
Binary10100010101110101100101110100100001010011001101111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BACB; }

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

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

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

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

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

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

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

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