#A1BED1

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

Shades of Heather #A1BED1

Tints of Heather #A1BED1

Color information

#A1BED1 (or 0xA1BED1) is unknown color: approx Heather. HEX triplet: A1, BE and D1. RGB value is (161,190,209). Sum of RGB (Red+Green+Blue) = 161+190+209=560 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.75% from 560); Green value is 190 (74.61% from 255 or 33.93% from 560); Blue value is 209 (82.03% from 255 or 37.32% from 560); Max value from RGB is 209 - color contains mainly: blue. Hex color #A1BED1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BED1 is #5E412E. Grayscale: #B7B7B7. Windows color (decimal): -6177071 or 13745825. OLE color: 13745825.

HSL color Cylindrical-coordinate representation of color #A1BED1: hue angle of 203.75º 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 #A1BED1 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB161190209-
CMYK0.230.0900.18
HSL203.75º34.29%72.55%-
HSV(B)203.75º22.97%81.96%-
XYZ44.6249.0167.43-
YUV183.49142.39111.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.75%
GREEN value IS 190 (74.61% from 255) = 33.93%
BLUE value IS 209 (82.03% from 255) = 37.32%
R=28.75%
G=33.93%
B=37.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1611902090.230.0900.18203.7534.2972.55
HexA1BED1179012cc2249
Octal241276321271102231442111
Binary101000011011111011010001101111001010010110011001000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BED1; }

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

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

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

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

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

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

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

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