#A7BECA

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

Shades of Heather #A7BECA

Tints of Heather #A7BECA

Color information

#A7BECA (or 0xA7BECA) is unknown color: approx Heather. HEX triplet: A7, BE and CA. RGB value is (167,190,202). Sum of RGB (Red+Green+Blue) = 167+190+202=559 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.87% from 559); Green value is 190 (74.61% from 255 or 33.99% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 202 - color contains mainly: blue. Hex color #A7BECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BECA is #584135. Grayscale: #B8B8B8. Windows color (decimal): -5783862 or 13287079. OLE color: 13287079.

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

Color convert

RGB167190202-
CMYK0.170.0600.21
HSL200.57º24.82%72.35%-
HSV(B)200.57º17.33%79.22%-
XYZ45.0149.3163.02-
YUV184.49137.88115.52-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.87%
GREEN value IS 190 (74.61% from 255) = 33.99%
BLUE value IS 202 (79.30% from 255) = 36.14%
R=29.87%
G=33.99%
B=36.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1671902020.170.0600.21200.5724.8272.35
HexA7BECA116015c91948
Octal24727631221602531131110
Binary1010011110111110110010101000111001010111001001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BECA; }

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

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

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

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

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

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

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

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