Html Css Color HEX #ACB6BB Heather

📋 copy color: '#ACB6BB'

red 172 ◦ green 182 ◦ blue 187

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

Shades of Heather #ACB6BB

Tints of Heather #ACB6BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.57%

R = 31.79%
G = 33.64%
B = 34.57%

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

#ACB6BB (or 0xACB6BB) is known color: Heather. HEX triplet: AC, B6 and BB. RGB value is (172,182,187). Sum of RGB (Red+Green+Blue) = 172+182+187=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 182 (71.48% from 255 or 33.64% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 187 - color contains mainly: blue. Hex color #ACB6BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB6BB is #534944. Grayscale: #B3B3B3. Windows color (decimal): -5458245 or 12301996. OLE color: 12301996.

HSL color Cylindrical-coordinate representation of color #ACB6BB: hue angle of 200º degrees, saturation: 0.1, 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 #ACB6BB is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 182 187 -
CMYK 0.08 0.03 0 0.27
HSL 200º 0.1% 0.7% -
HSV(B) 200º 0.08% 0.73% -
XYZ 42.71 45.81 53.61 -
YUV 179.58 132.19 122.59 -
System Red Green Blue C M Y K H S L
Decimal 172 182 187 0.08 0.03 0 0.27 200 0.1 0.7
Hex AC B6 BB 8 3 0 1B C8 A 46
Octal 254 266 273 10 3 0 33 310 12 106
Binary 10101100 10110110 10111011 1000 11 0 11011 11001000 1010 1000110

Color Harmonies of #ACB6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB6BB

Black with #ACB6BB

Text Example


Text Example

White with #ACB6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB6BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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