#A1BECB

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

Shades of Heather #A1BECB

Tints of Heather #A1BECB

Color information

#A1BECB (or 0xA1BECB) is unknown color: approx Heather. HEX triplet: A1, BE and CB. RGB value is (161,190,203). Sum of RGB (Red+Green+Blue) = 161+190+203=554 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.06% from 554); Green value is 190 (74.61% from 255 or 34.30% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 203 - color contains mainly: blue. Hex color #A1BECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BECB is #5E4134. Grayscale: #B6B6B6. Windows color (decimal): -6177077 or 13352609. OLE color: 13352609.

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

Color convert

RGB161190203-
CMYK0.210.0600.20
HSL198.57º28.77%71.37%-
HSV(B)198.57º20.69%79.61%-
XYZ43.8948.7263.59-
YUV182.81139.39112.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.06%
GREEN value IS 190 (74.61% from 255) = 34.30%
BLUE value IS 203 (79.69% from 255) = 36.64%
R=29.06%
G=34.30%
B=36.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1611902030.210.0600.20198.5728.7771.37
HexA1BECB156014c71d47
Octal24127631325602430735107
Binary1010000110111110110010111010111001010011000111111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BECB; }

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

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

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

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

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

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

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

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