#A7BFC5

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

Shades of Heather #A7BFC5

Tints of Heather #A7BFC5

Color information

#A7BFC5 (or 0xA7BFC5) is unknown color: approx Heather. HEX triplet: A7, BF and C5. RGB value is (167,191,197). Sum of RGB (Red+Green+Blue) = 167+191+197=555 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.09% from 555); Green value is 191 (75% from 255 or 34.41% from 555); Blue value is 197 (77.34% from 255 or 35.50% from 555); Max value from RGB is 197 - color contains mainly: blue. Hex color #A7BFC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BFC5 is #58403A. Grayscale: #B8B8B8. Windows color (decimal): -5783611 or 12959655. OLE color: 12959655.

HSL color Cylindrical-coordinate representation of color #A7BFC5: hue angle of 192º degrees, saturation: 0.21, 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 #A7BFC5 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB167191197-
CMYK0.150.0300.23
HSL192º20.55%71.37%-
HSV(B)192º15.23%77.25%-
XYZ44.6549.5160.03-
YUV184.51135.05115.51-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.09%
GREEN value IS 191 (75% from 255) = 34.41%
BLUE value IS 197 (77.34% from 255) = 35.50%
R=30.09%
G=34.41%
B=35.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1671911970.150.0300.2319220.5571.37
HexA7BFC5F3017c01547
Octal24727730517302730025107
Binary10100111101111111100010111111101011111000000101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BFC5; }

 p { color: rgb(167,191,197); }

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

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

 a { background-color: rgb(167,191,197); }

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

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

 span { border-color: rgb(167,191,197); }

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