#A1BCCC

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

Shades of Heather #A1BCCC

Tints of Heather #A1BCCC

Color information

#A1BCCC (or 0xA1BCCC) is unknown color: approx Heather. HEX triplet: A1, BC and CC. RGB value is (161,188,204). Sum of RGB (Red+Green+Blue) = 161+188+204=553 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.11% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 204 - color contains mainly: blue. Hex color #A1BCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BCCC is #5E4333. Grayscale: #B5B5B5. Windows color (decimal): -6177588 or 13417633. OLE color: 13417633.

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

Color convert

RGB161188204-
CMYK0.210.0800.2
HSL202.33º29.66%71.57%-
HSV(B)202.33º21.08%80%-
XYZ43.5847.964.08-
YUV181.75140.55113.2-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.11%
GREEN value IS 188 (73.83% from 255) = 34.00%
BLUE value IS 204 (80.08% from 255) = 36.89%
R=29.11%
G=34.00%
B=36.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1611882040.210.0800.2202.3329.6671.57
HexA1BCCC158014ca1e48
Octal241274314251002431236110
Binary10100001101111001100110010101100001010011001010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BCCC; }

 p { color: rgb(161,188,204); }

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

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

 a { background-color: rgb(161,188,204); }

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

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

 span { border-color: rgb(161,188,204); }

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