#A4BACB

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

Shades of Heather #A4BACB

Tints of Heather #A4BACB

Color information

#A4BACB (or 0xA4BACB) is unknown color: approx Heather. HEX triplet: A4, BA and CB. RGB value is (164,186,203). Sum of RGB (Red+Green+Blue) = 164+186+203=553 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.66% from 553); Green value is 186 (73.05% from 255 or 33.63% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 203 - color contains mainly: blue. Hex color #A4BACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BACB is #5B4534. Grayscale: #B5B5B5. Windows color (decimal): -5981493 or 13351588. OLE color: 13351588.

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

Color convert

RGB164186203-
CMYK0.190.0800.20
HSL206.15º27.27%71.96%-
HSV(B)206.15º19.21%79.61%-
XYZ43.6547.3263.33-
YUV181.36140.21115.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.66%
GREEN value IS 186 (73.05% from 255) = 33.63%
BLUE value IS 203 (79.69% from 255) = 36.71%
R=29.66%
G=33.63%
B=36.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1641862030.190.0800.20206.1527.2771.96
HexA4BACB138014ce1b48
Octal244272313231002431633110
Binary10100100101110101100101110011100001010011001110110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BACB; }

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

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

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

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

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

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

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

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