#A7BBC6

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

Shades of Heather #A7BBC6

Tints of Heather #A7BBC6

Color information

#A7BBC6 (or 0xA7BBC6) is unknown color: approx Heather. HEX triplet: A7, BB and C6. RGB value is (167,187,198). Sum of RGB (Red+Green+Blue) = 167+187+198=552 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.25% from 552); Green value is 187 (73.44% from 255 or 33.88% from 552); Blue value is 198 (77.73% from 255 or 35.87% from 552); Max value from RGB is 198 - color contains mainly: blue. Hex color #A7BBC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BBC6 is #584439. Grayscale: #B6B6B6. Windows color (decimal): -5784634 or 13024167. OLE color: 13024167.

HSL color Cylindrical-coordinate representation of color #A7BBC6: hue angle of 201.29º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A7BBC6 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB167187198-
CMYK0.160.0600.22
HSL201.29º21.38%71.57%-
HSV(B)201.29º15.66%77.65%-
XYZ43.947.8360.35-
YUV182.27136.87117.11-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.25%
GREEN value IS 187 (73.44% from 255) = 33.88%
BLUE value IS 198 (77.73% from 255) = 35.87%
R=30.25%
G=33.88%
B=35.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1671871980.160.0600.22201.2921.3871.57
HexA7BBC6106016c91548
Octal24727330620602631125110
Binary1010011110111011110001101000011001011011001001101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BBC6; }

 p { color: rgb(167,187,198); }

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

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

 a { background-color: rgb(167,187,198); }

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

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

 span { border-color: rgb(167,187,198); }

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