#ACB4BB

Color #ACB4BB Heather (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heather #ACB4BB

Tints of Heather #ACB4BB

Color information

#ACB4BB (or 0xACB4BB) is unknown color: approx 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

RGB172180187-
CMYK0.080.0400.27
HSL208º9.93%70.39%-
HSV(B)208º8.02%73.33%-
XYZ42.34553.47-
YUV178.41132.85123.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.91%
GREEN value IS 180 (70.70% from 255) = 33.40%
BLUE value IS 187 (73.44% from 255) = 34.69%
R=31.91%
G=33.40%
B=34.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721801870.080.0400.272089.9370.39
HexACB4BB8401Bd0a46
Octal25426427310403332012106
Binary10101100101101001011101110001000110111101000010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>