#ACB6BB

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

Shades of Heather #ACB6BB

Tints of Heather #ACB6BB

Color information

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

RGB172182187-
CMYK0.080.0300.27
HSL200º9.93%70.39%-
HSV(B)200º8.02%73.33%-
XYZ42.7145.8153.61-
YUV179.58132.19122.59-

RGB Variations

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

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 (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721821870.080.0300.272009.9370.39
HexACB6BB8301Bc8a46
Octal25426627310303331012106
Binary1010110010110110101110111000110110111100100010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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