#A7BACA

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

Shades of Heather #A7BACA

Tints of Heather #A7BACA

Color information

#A7BACA (or 0xA7BACA) is unknown color: approx Heather. HEX triplet: A7, BA and CA. RGB value is (167,186,202). Sum of RGB (Red+Green+Blue) = 167+186+202=555 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.09% from 555); Green value is 186 (73.05% from 255 or 33.51% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 202 - color contains mainly: blue. Hex color #A7BACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BACA is #584535. Grayscale: #B6B6B6. Windows color (decimal): -5784886 or 13286055. OLE color: 13286055.

HSL color Cylindrical-coordinate representation of color #A7BACA: hue angle of 207.43º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A7BACA is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB167186202-
CMYK0.170.0800.21
HSL207.43º24.82%72.35%-
HSV(B)207.43º17.33%79.22%-
XYZ44.1647.662.74-
YUV182.14139.21117.2-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.09%
GREEN value IS 186 (73.05% from 255) = 33.51%
BLUE value IS 202 (79.30% from 255) = 36.40%
R=30.09%
G=33.51%
B=36.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1671862020.170.0800.21207.4324.8272.35
HexA7BACA118015cf1948
Octal247272312211002531731110
Binary10100111101110101100101010001100001010111001111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BACA; }

 p { color: rgb(167,186,202); }

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

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

 a { background-color: rgb(167,186,202); }

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

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

 span { border-color: rgb(167,186,202); }

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