Html Css Color HEX #ACB5BD Heather

📋 copy color: '#ACB5BD'

red 172 ◦ green 181 ◦ blue 189

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

Shades of Heather #ACB5BD

Tints of Heather #ACB5BD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.39%

 BLUE value IS 189 (74.22% from 255) = 34.87%

R = 31.73%
G = 33.39%
B = 34.87%

CMYK

 C value IS 0.09

 M value IS 0.04

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#ACB5BD (or 0xACB5BD) is known color: Heather. HEX triplet: AC, B5 and BD. RGB value is (172,181,189). Sum of RGB (Red+Green+Blue) = 172+181+189=542 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.73% from 542); Green value is 181 (71.09% from 255 or 33.39% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 189 - color contains mainly: blue. Hex color #ACB5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB5BD is #534A42. Grayscale: #B3B3B3. Windows color (decimal): -5458499 or 12432812. OLE color: 12432812.

HSL color Cylindrical-coordinate representation of color #ACB5BD: hue angle of 208.24º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ACB5BD is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 181 189 -
CMYK 0.09 0.04 0 0.26
HSL 208.24º 0.11% 0.71% -
HSV(B) 208.24º 0.09% 0.74% -
XYZ 42.72 45.49 54.67 -
YUV 179.22 133.52 122.85 -
System Red Green Blue C M Y K H S L
Decimal 172 181 189 0.09 0.04 0 0.26 208.24 0.11 0.71
Hex AC B5 BD 9 4 0 1A D0 B 47
Octal 254 265 275 11 4 0 32 320 13 107
Binary 10101100 10110101 10111101 1001 100 0 11010 11010000 1011 1000111

Color Harmonies of #ACB5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB5BD

Black with #ACB5BD

Text Example


Text Example

White with #ACB5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB5BD; }

 p { color: rgb(172,181,189); }

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

background-color css

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

 a { background-color: rgb(172,181,189); }

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

border-color css

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

 span { border-color: rgb(172,181,189); }

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