#A7BECB

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

Shades of Heather #A7BECB

Tints of Heather #A7BECB

Color information

#A7BECB (or 0xA7BECB) is unknown color: approx Heather. HEX triplet: A7, BE and CB. RGB value is (167,190,203). Sum of RGB (Red+Green+Blue) = 167+190+203=560 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.82% from 560); Green value is 190 (74.61% from 255 or 33.93% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 203 - color contains mainly: blue. Hex color #A7BECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BECB is #584134. Grayscale: #B8B8B8. Windows color (decimal): -5783861 or 13352615. OLE color: 13352615.

HSL color Cylindrical-coordinate representation of color #A7BECB: hue angle of 201.67º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A7BECB is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB167190203-
CMYK0.180.0600.20
HSL201.67º25.71%72.55%-
HSV(B)201.67º17.73%79.61%-
XYZ45.1349.3563.65-
YUV184.6138.38115.44-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.82%
GREEN value IS 190 (74.61% from 255) = 33.93%
BLUE value IS 203 (79.69% from 255) = 36.25%
R=29.82%
G=33.93%
B=36.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1671902030.180.0600.20201.6725.7172.55
HexA7BECB126014ca1a49
Octal24727631322602431232111
Binary1010011110111110110010111001011001010011001010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BECB; }

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

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

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

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

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

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

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

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