#A1BECD

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

Shades of Heather #A1BECD

Tints of Heather #A1BECD

Color information

#A1BECD (or 0xA1BECD) is unknown color: approx Heather. HEX triplet: A1, BE and CD. RGB value is (161,190,205). Sum of RGB (Red+Green+Blue) = 161+190+205=556 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.96% from 556); Green value is 190 (74.61% from 255 or 34.17% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 205 - color contains mainly: blue. Hex color #A1BECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BECD is #5E4132. Grayscale: #B6B6B6. Windows color (decimal): -6177075 or 13483681. OLE color: 13483681.

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

Color convert

RGB161190205-
CMYK0.210.0700.20
HSL200.45º30.56%71.76%-
HSV(B)200.45º21.46%80.39%-
XYZ44.1348.8164.85-
YUV183.04140.39112.28-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.96%
GREEN value IS 190 (74.61% from 255) = 34.17%
BLUE value IS 205 (80.47% from 255) = 36.87%
R=28.96%
G=34.17%
B=36.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1611902050.210.0700.20200.4530.5671.76
HexA1BECD157014c81f48
Octal24127631525702431037110
Binary1010000110111110110011011010111101010011001000111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BECD; }

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

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

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

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

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

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

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

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