Html Css Color HEX #ACB8BF Heather

📋 copy color: '#ACB8BF'

red 172 ◦ green 184 ◦ blue 191

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

Shades of Heather #ACB8BF

Tints of Heather #ACB8BF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.64%

 BLUE value IS 191 (75% from 255) = 34.92%

R = 31.44%
G = 33.64%
B = 34.92%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#ACB8BF (or 0xACB8BF) is known color: Heather. HEX triplet: AC, B8 and BF. RGB value is (172,184,191). Sum of RGB (Red+Green+Blue) = 172+184+191=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 184 (72.27% from 255 or 33.64% from 547); Blue value is 191 (75% from 255 or 34.92% from 547); Max value from RGB is 191 - color contains mainly: blue. Hex color #ACB8BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB8BF is #534740. Grayscale: #B5B5B5. Windows color (decimal): -5457729 or 12564652. OLE color: 12564652.

HSL color Cylindrical-coordinate representation of color #ACB8BF: hue angle of 202.11º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ACB8BF is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 184 191 -
CMYK 0.10 0.04 0 0.25
HSL 202.11º 0.13% 0.71% -
HSV(B) 202.11º 0.1% 0.75% -
XYZ 43.56 46.81 56.03 -
YUV 181.21 133.52 121.43 -
System Red Green Blue C M Y K H S L
Decimal 172 184 191 0.10 0.04 0 0.25 202.11 0.13 0.71
Hex AC B8 BF A 4 0 19 CA D 47
Octal 254 270 277 12 4 0 31 312 15 107
Binary 10101100 10111000 10111111 1010 100 0 11001 11001010 1101 1000111

Color Harmonies of #ACB8BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB8BF

Black with #ACB8BF

Text Example


Text Example

White with #ACB8BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB8BF; }

 p { color: rgb(172,184,191); }

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

background-color css

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

 a { background-color: rgb(172,184,191); }

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

border-color css

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

 span { border-color: rgb(172,184,191); }

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