Html Css Color HEX #ACB5BA Heather

📋 copy color: '#ACB5BA'

red 172 ◦ green 181 ◦ blue 186

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

Shades of Heather #ACB5BA

Tints of Heather #ACB5BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.51%

R = 31.91%
G = 33.58%
B = 34.51%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#ACB5BA (or 0xACB5BA) is known color: Heather. HEX triplet: AC, B5 and BA. RGB value is (172,181,186). Sum of RGB (Red+Green+Blue) = 172+181+186=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 181 (71.09% from 255 or 33.58% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 186 - color contains mainly: blue. Hex color #ACB5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB5BA is #534A45. Grayscale: #B2B2B2. Windows color (decimal): -5458502 or 12236204. OLE color: 12236204.

HSL color Cylindrical-coordinate representation of color #ACB5BA: hue angle of 201.43º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ACB5BA is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 181 186 -
CMYK 0.08 0.03 0 0.27
HSL 201.43º 0.09% 0.7% -
HSV(B) 201.43º 0.08% 0.73% -
XYZ 42.4 45.36 52.98 -
YUV 178.88 132.02 123.09 -
System Red Green Blue C M Y K H S L
Decimal 172 181 186 0.08 0.03 0 0.27 201.43 0.09 0.7
Hex AC B5 BA 8 3 0 1B C9 9 46
Octal 254 265 272 10 3 0 33 311 11 106
Binary 10101100 10110101 10111010 1000 11 0 11011 11001001 1001 1000110

Color Harmonies of #ACB5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB5BA

Black with #ACB5BA

Text Example


Text Example

White with #ACB5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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