#A1BDCD

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

Shades of Heather #A1BDCD

Tints of Heather #A1BDCD

Color information

#A1BDCD (or 0xA1BDCD) is unknown color: approx Heather. HEX triplet: A1, BD and CD. RGB value is (161,189,205). Sum of RGB (Red+Green+Blue) = 161+189+205=555 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.01% from 555); Green value is 189 (74.22% from 255 or 34.05% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 205 - color contains mainly: blue. Hex color #A1BDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BDCD is #5E4232. Grayscale: #B6B6B6. Windows color (decimal): -6177331 or 13483425. OLE color: 13483425.

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

Color convert

RGB161189205-
CMYK0.210.0800.20
HSL201.82º30.56%71.76%-
HSV(B)201.82º21.46%80.39%-
XYZ43.9148.3864.78-
YUV182.45140.72112.7-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.01%
GREEN value IS 189 (74.22% from 255) = 34.05%
BLUE value IS 205 (80.47% from 255) = 36.94%
R=29.01%
G=34.05%
B=36.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1611892050.210.0800.20201.8230.5671.76
HexA1BDCD158014ca1f48
Octal241275315251002431237110
Binary10100001101111011100110110101100001010011001010111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BDCD; }

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

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

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

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

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

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

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

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