Html Css Color HEX #ACB6BE Heather

📋 copy color: '#ACB6BE'

red 172 ◦ green 182 ◦ blue 190

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

Shades of Heather #ACB6BE

Tints of Heather #ACB6BE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.46%

 BLUE value IS 190 (74.61% from 255) = 34.93%

R = 31.62%
G = 33.46%
B = 34.93%

CMYK

 C value IS 0.09

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#ACB6BE (or 0xACB6BE) is known color: Heather. HEX triplet: AC, B6 and BE. RGB value is (172,182,190). Sum of RGB (Red+Green+Blue) = 172+182+190=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 182 (71.48% from 255 or 33.46% from 544); Blue value is 190 (74.61% from 255 or 34.93% from 544); Max value from RGB is 190 - color contains mainly: blue. Hex color #ACB6BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB6BE is #534941. Grayscale: #B3B3B3. Windows color (decimal): -5458242 or 12498604. OLE color: 12498604.

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

Color convert

RGB 172 182 190 -
CMYK 0.09 0.04 0 0.25
HSL 206.67º 0.12% 0.71% -
HSV(B) 206.67º 0.09% 0.75% -
XYZ 43.04 45.94 55.32 -
YUV 179.92 133.69 122.35 -
System Red Green Blue C M Y K H S L
Decimal 172 182 190 0.09 0.04 0 0.25 206.67 0.12 0.71
Hex AC B6 BE 9 4 0 19 CF C 47
Octal 254 266 276 11 4 0 31 317 14 107
Binary 10101100 10110110 10111110 1001 100 0 11001 11001111 1100 1000111

Color Harmonies of #ACB6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB6BE

Black with #ACB6BE

Text Example


Text Example

White with #ACB6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB6BE; }

 p { color: rgb(172,182,190); }

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

background-color css

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

 a { background-color: rgb(172,182,190); }

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

border-color css

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

 span { border-color: rgb(172,182,190); }

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