Html Css Color HEX #ACB6C1 Heather

📋 copy color: '#ACB6C1'

red 172 ◦ green 182 ◦ blue 193

#ACB6C1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heather #ACB6C1

Tints of Heather #ACB6C1

RGB

 RED value IS 172 (67.58% from 255) = 31.44%

 GREEN value IS 182 (71.48% from 255) = 33.27%

 BLUE value IS 193 (75.78% from 255) = 35.28%

R = 31.44%
G = 33.27%
B = 35.28%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#ACB6C1 (or 0xACB6C1) is known color: Heather. HEX triplet: AC, B6 and C1. RGB value is (172,182,193). Sum of RGB (Red+Green+Blue) = 172+182+193=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 182 (71.48% from 255 or 33.27% from 547); Blue value is 193 (75.78% from 255 or 35.28% from 547); Max value from RGB is 193 - color contains mainly: blue. Hex color #ACB6C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB6C1 is #53493E. Grayscale: #B4B4B4. Windows color (decimal): -5458239 or 12695212. OLE color: 12695212.

HSL color Cylindrical-coordinate representation of color #ACB6C1: hue angle of 211.43º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ACB6C1 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 182 193 -
CMYK 0.11 0.06 0 0.24
HSL 211.43º 0.14% 0.72% -
HSV(B) 211.43º 0.11% 0.76% -
XYZ 43.37 46.08 57.06 -
YUV 180.26 135.19 122.11 -
System Red Green Blue C M Y K H S L
Decimal 172 182 193 0.11 0.06 0 0.24 211.43 0.14 0.72
Hex AC B6 C1 B 6 0 18 D3 E 48
Octal 254 266 301 13 6 0 30 323 16 110
Binary 10101100 10110110 11000001 1011 110 0 11000 11010011 1110 1001000

Color Harmonies of #ACB6C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB6C1

Black with #ACB6C1

Text Example


Text Example

White with #ACB6C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB6C1; }

 p { color: rgb(172,182,193); }

 H1.HeaderClassName
 {
   color: #ACB6C1;
 }
 .AnyTagClassName
 {
   color: #ACB6C1;
 }
</style>

background-color css

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

 a { background-color: rgb(172,182,193); }

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

border-color css

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

 span { border-color: rgb(172,182,193); }

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