Html Css Color HEX #ACB4BB Heather

📋 copy color: '#ACB4BB'

red 172 ◦ green 180 ◦ blue 187

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

Shades of Heather #ACB4BB

Tints of Heather #ACB4BB

RGB

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

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

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

R = 31.91%
G = 33.4%
B = 34.69%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#ACB4BB (or 0xACB4BB) is known color: Heather. HEX triplet: AC, B4 and BB. RGB value is (172,180,187). Sum of RGB (Red+Green+Blue) = 172+180+187=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 180 (70.70% from 255 or 33.40% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 187 - color contains mainly: blue. Hex color #ACB4BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB4BB is #534B44. Grayscale: #B2B2B2. Windows color (decimal): -5458757 or 12301484. OLE color: 12301484.

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

Color convert

RGB 172 180 187 -
CMYK 0.08 0.04 0 0.27
HSL 208º 0.1% 0.7% -
HSV(B) 208º 0.08% 0.73% -
XYZ 42.3 45 53.47 -
YUV 178.41 132.85 123.43 -
System Red Green Blue C M Y K H S L
Decimal 172 180 187 0.08 0.04 0 0.27 208 0.1 0.7
Hex AC B4 BB 8 4 0 1B D0 A 46
Octal 254 264 273 10 4 0 33 320 12 106
Binary 10101100 10110100 10111011 1000 100 0 11011 11010000 1010 1000110

Color Harmonies of #ACB4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB4BB

Black with #ACB4BB

Text Example


Text Example

White with #ACB4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB4BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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