#A1B8CD

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

Shades of Heather #A1B8CD

Tints of Heather #A1B8CD

Color information

#A1B8CD (or 0xA1B8CD) is unknown color: approx Heather. HEX triplet: A1, B8 and CD. RGB value is (161,184,205). Sum of RGB (Red+Green+Blue) = 161+184+205=550 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.27% from 550); Green value is 184 (72.27% from 255 or 33.45% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 205 - color contains mainly: blue. Hex color #A1B8CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1B8CD is #5E4732. Grayscale: #B3B3B3. Windows color (decimal): -6178611 or 13482145. OLE color: 13482145.

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

Color convert

RGB161184205-
CMYK0.210.1000.20
HSL208.64º30.56%71.76%-
HSV(B)208.64º21.46%80.39%-
XYZ42.8646.2764.43-
YUV179.52142.38114.79-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.27%
GREEN value IS 184 (72.27% from 255) = 33.45%
BLUE value IS 205 (80.47% from 255) = 37.27%
R=29.27%
G=33.45%
B=37.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1611842050.210.1000.20208.6430.5671.76
HexA1B8CD15A014d11f48
Octal241270315251202432137110
Binary10100001101110001100110110101101001010011010001111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B8CD; }

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

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

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

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

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

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

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

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