#A1BDCA

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

Shades of Heather #A1BDCA

Tints of Heather #A1BDCA

Color information

#A1BDCA (or 0xA1BDCA) is unknown color: approx Heather. HEX triplet: A1, BD and CA. RGB value is (161,189,202). Sum of RGB (Red+Green+Blue) = 161+189+202=552 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.17% from 552); Green value is 189 (74.22% from 255 or 34.24% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 202 - color contains mainly: blue. Hex color #A1BDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BDCA is #5E4235. Grayscale: #B6B6B6. Windows color (decimal): -6177334 or 13286817. OLE color: 13286817.

HSL color Cylindrical-coordinate representation of color #A1BDCA: hue angle of 199.02º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A1BDCA is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB161189202-
CMYK0.200.0600.21
HSL199.02º27.89%71.18%-
HSV(B)199.02º20.3%79.22%-
XYZ43.5648.2462.89-
YUV182.11139.22112.94-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.17%
GREEN value IS 189 (74.22% from 255) = 34.24%
BLUE value IS 202 (79.30% from 255) = 36.59%
R=29.17%
G=34.24%
B=36.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1611892020.200.0600.21199.0227.8971.18
HexA1BDCA146015c71c47
Octal24127531224602530734107
Binary1010000110111101110010101010011001010111000111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BDCA; }

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

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

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

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

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

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

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

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