#A4BACC

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

Shades of Heather #A4BACC

Tints of Heather #A4BACC

Color information

#A4BACC (or 0xA4BACC) is unknown color: approx Heather. HEX triplet: A4, BA and CC. RGB value is (164,186,204). Sum of RGB (Red+Green+Blue) = 164+186+204=554 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.60% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 204 - color contains mainly: blue. Hex color #A4BACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BACC is #5B4533. Grayscale: #B5B5B5. Windows color (decimal): -5981492 or 13417124. OLE color: 13417124.

HSL color Cylindrical-coordinate representation of color #A4BACC: hue angle of 207º 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 #A4BACC is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB164186204-
CMYK0.200.0900.2
HSL207º28.17%72.16%-
HSV(B)207º19.61%80%-
XYZ43.7747.3763.96-
YUV181.47140.71115.54-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.60%
GREEN value IS 186 (73.05% from 255) = 33.57%
BLUE value IS 204 (80.08% from 255) = 36.82%
R=29.60%
G=33.57%
B=36.82%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1641862040.200.0900.220728.1772.16
HexA4BACC149014cf1c48
Octal244272314241102431734110
Binary10100100101110101100110010100100101010011001111111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BACC; }

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

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

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

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

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

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

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

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