Html Css Color HEX #ACB7BD Heather

📋 copy color: '#ACB7BD'

red 172 ◦ green 183 ◦ blue 189

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

Shades of Heather #ACB7BD

Tints of Heather #ACB7BD

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.64%

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

R = 31.62%
G = 33.64%
B = 34.74%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#ACB7BD (or 0xACB7BD) is known color: Heather. HEX triplet: AC, B7 and BD. RGB value is (172,183,189). Sum of RGB (Red+Green+Blue) = 172+183+189=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 183 (71.88% from 255 or 33.64% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 189 - color contains mainly: blue. Hex color #ACB7BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB7BD is #534842. Grayscale: #B4B4B4. Windows color (decimal): -5457987 or 12433324. OLE color: 12433324.

HSL color Cylindrical-coordinate representation of color #ACB7BD: hue angle of 201.18º 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 #ACB7BD is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 183 189 -
CMYK 0.09 0.03 0 0.26
HSL 201.18º 0.11% 0.71% -
HSV(B) 201.18º 0.09% 0.74% -
XYZ 43.13 46.31 54.81 -
YUV 180.4 132.86 122.01 -
System Red Green Blue C M Y K H S L
Decimal 172 183 189 0.09 0.03 0 0.26 201.18 0.11 0.71
Hex AC B7 BD 9 3 0 1A C9 B 47
Octal 254 267 275 11 3 0 32 311 13 107
Binary 10101100 10110111 10111101 1001 11 0 11010 11001001 1011 1000111

Color Harmonies of #ACB7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB7BD

Black with #ACB7BD

Text Example


Text Example

White with #ACB7BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB7BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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