#A1BDCE

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

Shades of Heather #A1BDCE

Tints of Heather #A1BDCE

Color information

#A1BDCE (or 0xA1BDCE) is unknown color: approx Heather. HEX triplet: A1, BD and CE. RGB value is (161,189,206). Sum of RGB (Red+Green+Blue) = 161+189+206=556 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.96% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 206 - color contains mainly: blue. Hex color #A1BDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BDCE is #5E4231. Grayscale: #B6B6B6. Windows color (decimal): -6177330 or 13548961. OLE color: 13548961.

HSL color Cylindrical-coordinate representation of color #A1BDCE: hue angle of 202.67º 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 #A1BDCE is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB161189206-
CMYK0.220.0800.19
HSL202.67º31.47%71.96%-
HSV(B)202.67º21.84%80.78%-
XYZ44.0448.4365.42-
YUV182.57141.22112.62-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.96%
GREEN value IS 189 (74.22% from 255) = 33.99%
BLUE value IS 206 (80.86% from 255) = 37.05%
R=28.96%
G=33.99%
B=37.05%

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
Decimal1611892060.220.0800.19202.6731.4771.96
HexA1BDCE168013cb1f48
Octal241275316261002331337110
Binary10100001101111011100111010110100001001111001011111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BDCE; }

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

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

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

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

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

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

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

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