#A4BECF

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

Shades of Heather #A4BECF

Tints of Heather #A4BECF

Color information

#A4BECF (or 0xA4BECF) is unknown color: approx Heather. HEX triplet: A4, BE and CF. RGB value is (164,190,207). Sum of RGB (Red+Green+Blue) = 164+190+207=561 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.23% from 561); Green value is 190 (74.61% from 255 or 33.87% from 561); Blue value is 207 (81.25% from 255 or 36.90% from 561); Max value from RGB is 207 - color contains mainly: blue. Hex color #A4BECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BECF is #5B4130. Grayscale: #B8B8B8. Windows color (decimal): -5980465 or 13614756. OLE color: 13614756.

HSL color Cylindrical-coordinate representation of color #A4BECF: hue angle of 203.72º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A4BECF is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB164190207-
CMYK0.210.0800.19
HSL203.72º30.94%72.75%-
HSV(B)203.72º20.77%81.18%-
XYZ44.9949.2266.16-
YUV184.16140.89113.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.23%
GREEN value IS 190 (74.61% from 255) = 33.87%
BLUE value IS 207 (81.25% from 255) = 36.90%
R=29.23%
G=33.87%
B=36.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1641902070.210.0800.19203.7230.9472.75
HexA4BECF158013cc1f49
Octal244276317251002331437111
Binary10100100101111101100111110101100001001111001100111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BECF; }

 p { color: rgb(164,190,207); }

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

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

 a { background-color: rgb(164,190,207); }

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

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

 span { border-color: rgb(164,190,207); }

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