Html Css Color HEX #ACB4BD Heather

📋 copy color: '#ACB4BD'

red 172 ◦ green 180 ◦ blue 189

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

Shades of Heather #ACB4BD

Tints of Heather #ACB4BD

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.27%

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

R = 31.79%
G = 33.27%
B = 34.94%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#ACB4BD (or 0xACB4BD) is known color: Heather. HEX triplet: AC, B4 and BD. RGB value is (172,180,189). Sum of RGB (Red+Green+Blue) = 172+180+189=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 180 (70.70% from 255 or 33.27% from 541); Blue value is 189 (74.22% from 255 or 34.94% from 541); Max value from RGB is 189 - color contains mainly: blue. Hex color #ACB4BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB4BD is #534B42. Grayscale: #B2B2B2. Windows color (decimal): -5458755 or 12432556. OLE color: 12432556.

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

Color convert

RGB 172 180 189 -
CMYK 0.09 0.05 0 0.26
HSL 211.76º 0.11% 0.71% -
HSV(B) 211.76º 0.09% 0.74% -
XYZ 42.52 45.09 54.61 -
YUV 178.63 133.85 123.27 -
System Red Green Blue C M Y K H S L
Decimal 172 180 189 0.09 0.05 0 0.26 211.76 0.11 0.71
Hex AC B4 BD 9 5 0 1A D4 B 47
Octal 254 264 275 11 5 0 32 324 13 107
Binary 10101100 10110100 10111101 1001 101 0 11010 11010100 1011 1000111

Color Harmonies of #ACB4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB4BD

Black with #ACB4BD

Text Example


Text Example

White with #ACB4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB4BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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