#A0BACC

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

Shades of Heather #A0BACC

Tints of Heather #A0BACC

Color information

#A0BACC (or 0xA0BACC) is unknown color: approx Heather. HEX triplet: A0, BA and CC. RGB value is (160,186,204). Sum of RGB (Red+Green+Blue) = 160+186+204=550 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.09% from 550); Green value is 186 (73.05% from 255 or 33.82% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 204 - color contains mainly: blue. Hex color #A0BACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BACC is #5F4533. Grayscale: #B4B4B4. Windows color (decimal): -6243636 or 13417120. OLE color: 13417120.

HSL color Cylindrical-coordinate representation of color #A0BACC: hue angle of 204.55º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0BACC is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB160186204-
CMYK0.220.0900.2
HSL204.55º30.14%71.37%-
HSV(B)204.55º21.57%80%-
XYZ42.9646.9563.93-
YUV180.28141.39113.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.09%
GREEN value IS 186 (73.05% from 255) = 33.82%
BLUE value IS 204 (80.08% from 255) = 37.09%
R=29.09%
G=33.82%
B=37.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1601862040.220.0900.2204.5530.1471.37
HexA0BACC169014cd1e47
Octal240272314261102431536107
Binary10100000101110101100110010110100101010011001101111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BACC; }

 p { color: rgb(160,186,204); }

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

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

 a { background-color: rgb(160,186,204); }

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

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

 span { border-color: rgb(160,186,204); }

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