#A1BECA

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

Shades of Heather #A1BECA

Tints of Heather #A1BECA

Color information

#A1BECA (or 0xA1BECA) is unknown color: approx Heather. HEX triplet: A1, BE and CA. RGB value is (161,190,202). Sum of RGB (Red+Green+Blue) = 161+190+202=553 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.11% from 553); Green value is 190 (74.61% from 255 or 34.36% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 202 - color contains mainly: blue. Hex color #A1BECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BECA is #5E4135. Grayscale: #B6B6B6. Windows color (decimal): -6177078 or 13287073. OLE color: 13287073.

HSL color Cylindrical-coordinate representation of color #A1BECA: hue angle of 197.56º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A1BECA is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB161190202-
CMYK0.200.0600.21
HSL197.56º27.89%71.18%-
HSV(B)197.56º20.3%79.22%-
XYZ43.7748.6762.96-
YUV182.7138.89112.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.11%
GREEN value IS 190 (74.61% from 255) = 34.36%
BLUE value IS 202 (79.30% from 255) = 36.53%
R=29.11%
G=34.36%
B=36.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1611902020.200.0600.21197.5627.8971.18
HexA1BECA146015c61c47
Octal24127631224602530634107
Binary1010000110111110110010101010011001010111000110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BECA; }

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

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

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

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

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

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

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

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