#A7BECD

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

Shades of Heather #A7BECD

Tints of Heather #A7BECD

Color information

#A7BECD (or 0xA7BECD) is unknown color: approx Heather. HEX triplet: A7, BE and CD. RGB value is (167,190,205). Sum of RGB (Red+Green+Blue) = 167+190+205=562 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.72% from 562); Green value is 190 (74.61% from 255 or 33.81% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 205 - color contains mainly: blue. Hex color #A7BECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BECD is #584132. Grayscale: #B8B8B8. Windows color (decimal): -5783859 or 13483687. OLE color: 13483687.

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

Color convert

RGB167190205-
CMYK0.190.0700.20
HSL203.68º27.54%72.94%-
HSV(B)203.68º18.54%80.39%-
XYZ45.3749.4564.91-
YUV184.83139.38115.28-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.72%
GREEN value IS 190 (74.61% from 255) = 33.81%
BLUE value IS 205 (80.47% from 255) = 36.48%
R=29.72%
G=33.81%
B=36.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1671902050.190.0700.20203.6827.5472.94
HexA7BECD137014cc1c49
Octal24727631523702431434111
Binary1010011110111110110011011001111101010011001100111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BECD; }

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

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

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

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

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

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

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

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