#A1BDD1

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

Shades of Heather #A1BDD1

Tints of Heather #A1BDD1

Color information

#A1BDD1 (or 0xA1BDD1) is unknown color: approx Heather. HEX triplet: A1, BD and D1. RGB value is (161,189,209). Sum of RGB (Red+Green+Blue) = 161+189+209=559 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.80% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 209 (82.03% from 255 or 37.39% from 559); Max value from RGB is 209 - color contains mainly: blue. Hex color #A1BDD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BDD1 is #5E422E. Grayscale: #B6B6B6. Windows color (decimal): -6177327 or 13745569. OLE color: 13745569.

HSL color Cylindrical-coordinate representation of color #A1BDD1: hue angle of 205º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A1BDD1 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB161189209-
CMYK0.230.1000.18
HSL205º34.29%72.55%-
HSV(B)205º22.97%81.96%-
XYZ44.448.5867.36-
YUV182.91142.72112.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.80%
GREEN value IS 189 (74.22% from 255) = 33.81%
BLUE value IS 209 (82.03% from 255) = 37.39%
R=28.80%
G=33.81%
B=37.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1611892090.230.1000.1820534.2972.55
HexA1BDD117A012cd2249
Octal241275321271202231542111
Binary101000011011110111010001101111010010010110011011000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BDD1; }

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

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

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

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

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

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

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

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