#A4BECA

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

Shades of Heather #A4BECA

Tints of Heather #A4BECA

Color information

#A4BECA (or 0xA4BECA) is unknown color: approx Heather. HEX triplet: A4, BE and CA. RGB value is (164,190,202). Sum of RGB (Red+Green+Blue) = 164+190+202=556 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.50% from 556); Green value is 190 (74.61% from 255 or 34.17% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 202 - color contains mainly: blue. Hex color #A4BECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BECA is #5B4135. Grayscale: #B7B7B7. Windows color (decimal): -5980470 or 13287076. OLE color: 13287076.

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

Color convert

RGB164190202-
CMYK0.190.0600.21
HSL198.95º26.39%71.76%-
HSV(B)198.95º18.81%79.22%-
XYZ44.3848.9862.99-
YUV183.59138.39114.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.50%
GREEN value IS 190 (74.61% from 255) = 34.17%
BLUE value IS 202 (79.30% from 255) = 36.33%
R=29.50%
G=34.17%
B=36.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1641902020.190.0600.21198.9526.3971.76
HexA4BECA136015c71a48
Octal24427631223602530732110
Binary1010010010111110110010101001111001010111000111110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BECA; }

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

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

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

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

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

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

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

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