#A1BECE

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

Shades of Heather #A1BECE

Tints of Heather #A1BECE

Color information

#A1BECE (or 0xA1BECE) is unknown color: approx Heather. HEX triplet: A1, BE and CE. RGB value is (161,190,206). Sum of RGB (Red+Green+Blue) = 161+190+206=557 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.90% from 557); Green value is 190 (74.61% from 255 or 34.11% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 206 - color contains mainly: blue. Hex color #A1BECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BECE is #5E4131. Grayscale: #B7B7B7. Windows color (decimal): -6177074 or 13549217. OLE color: 13549217.

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

Color convert

RGB161190206-
CMYK0.220.0800.19
HSL201.33º31.47%71.96%-
HSV(B)201.33º21.84%80.78%-
XYZ44.2548.8665.49-
YUV183.15140.89112.2-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.90%
GREEN value IS 190 (74.61% from 255) = 34.11%
BLUE value IS 206 (80.86% from 255) = 36.98%
R=28.90%
G=34.11%
B=36.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1611902060.220.0800.19201.3331.4771.96
HexA1BECE168013c91f48
Octal241276316261002331137110
Binary10100001101111101100111010110100001001111001001111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BECE; }

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

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

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

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

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

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

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

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