#A7BFCA

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

Shades of Heather #A7BFCA

Tints of Heather #A7BFCA

Color information

#A7BFCA (or 0xA7BFCA) is unknown color: approx Heather. HEX triplet: A7, BF and CA. RGB value is (167,191,202). Sum of RGB (Red+Green+Blue) = 167+191+202=560 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.82% from 560); Green value is 191 (75% from 255 or 34.11% from 560); Blue value is 202 (79.30% from 255 or 36.07% from 560); Max value from RGB is 202 - color contains mainly: blue. Hex color #A7BFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BFCA is #584035. Grayscale: #B9B9B9. Windows color (decimal): -5783606 or 13287335. OLE color: 13287335.

HSL color Cylindrical-coordinate representation of color #A7BFCA: hue angle of 198.86º 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 #A7BFCA is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB167191202-
CMYK0.170.0500.21
HSL198.86º24.82%72.35%-
HSV(B)198.86º17.33%79.22%-
XYZ45.2349.7463.09-
YUV185.08137.55115.11-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.82%
GREEN value IS 191 (75% from 255) = 34.11%
BLUE value IS 202 (79.30% from 255) = 36.07%
R=29.82%
G=34.11%
B=36.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1671912020.170.0500.21198.8624.8272.35
HexA7BFCA115015c71948
Octal24727731221502530731110
Binary1010011110111111110010101000110101010111000111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BFCA; }

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

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

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

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

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

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

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

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