#A4C1CF

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

Shades of Heather #A4C1CF

Tints of Heather #A4C1CF

Color information

#A4C1CF (or 0xA4C1CF) is unknown color: approx Heather. HEX triplet: A4, C1 and CF. RGB value is (164,193,207). Sum of RGB (Red+Green+Blue) = 164+193+207=564 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.08% from 564); Green value is 193 (75.78% from 255 or 34.22% from 564); Blue value is 207 (81.25% from 255 or 36.70% from 564); Max value from RGB is 207 - color contains mainly: blue. Hex color #A4C1CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4C1CF is #5B3E30. Grayscale: #B9B9B9. Windows color (decimal): -5979697 or 13615524. OLE color: 13615524.

HSL color Cylindrical-coordinate representation of color #A4C1CF: hue angle of 199.53º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A4C1CF is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB164193207-
CMYK0.210.0700.19
HSL199.53º30.94%72.75%-
HSV(B)199.53º20.77%81.18%-
XYZ45.6450.5466.38-
YUV185.92139.89112.36-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.08%
GREEN value IS 193 (75.78% from 255) = 34.22%
BLUE value IS 207 (81.25% from 255) = 36.70%
R=29.08%
G=34.22%
B=36.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1641932070.210.0700.19199.5330.9472.75
HexA4C1CF157013c81f49
Octal24430131725702331037111
Binary1010010011000001110011111010111101001111001000111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C1CF; }

 p { color: rgb(164,193,207); }

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

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

 a { background-color: rgb(164,193,207); }

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

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

 span { border-color: rgb(164,193,207); }

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