#A7BCC4

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

Shades of Heather #A7BCC4

Tints of Heather #A7BCC4

Color information

#A7BCC4 (or 0xA7BCC4) is unknown color: approx Heather. HEX triplet: A7, BC and C4. RGB value is (167,188,196). Sum of RGB (Red+Green+Blue) = 167+188+196=551 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.31% from 551); Green value is 188 (73.83% from 255 or 34.12% from 551); Blue value is 196 (76.95% from 255 or 35.57% from 551); Max value from RGB is 196 - color contains mainly: blue. Hex color #A7BCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BCC4 is #58433B. Grayscale: #B6B6B6. Windows color (decimal): -5784380 or 12893351. OLE color: 12893351.

HSL color Cylindrical-coordinate representation of color #A7BCC4: hue angle of 196.55º degrees, saturation: 0.2, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A7BCC4 is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB167188196-
CMYK0.150.0400.23
HSL196.55º19.73%71.18%-
HSV(B)196.55º14.8%76.86%-
XYZ43.8848.1759.21-
YUV182.63135.54116.85-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.31%
GREEN value IS 188 (73.83% from 255) = 34.12%
BLUE value IS 196 (76.95% from 255) = 35.57%
R=30.31%
G=34.12%
B=35.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1671881960.150.0400.23196.5519.7371.18
HexA7BCC4F4017c51447
Octal24727430417402730524107
Binary101001111011110011000100111110001011111000101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BCC4; }

 p { color: rgb(167,188,196); }

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

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

 a { background-color: rgb(167,188,196); }

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

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

 span { border-color: rgb(167,188,196); }

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