#ACBBC9

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

Shades of Heather #ACBBC9

Tints of Heather #ACBBC9

Color information

#ACBBC9 (or 0xACBBC9) is unknown color: approx Heather. HEX triplet: AC, BB and C9. RGB value is (172,187,201). Sum of RGB (Red+Green+Blue) = 172+187+201=560 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.71% from 560); Green value is 187 (73.44% from 255 or 33.39% from 560); Blue value is 201 (78.91% from 255 or 35.89% from 560); Max value from RGB is 201 - color contains mainly: blue. Hex color #ACBBC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBBC9 is #534436. Grayscale: #B8B8B8. Windows color (decimal): -5456951 or 13220780. OLE color: 13220780.

HSL color Cylindrical-coordinate representation of color #ACBBC9: hue angle of 208.97º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ACBBC9 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB172187201-
CMYK0.140.0700.21
HSL208.97º21.17%73.14%-
HSV(B)208.97º14.43%78.82%-
XYZ45.3348.5362.24-
YUV184.11137.53119.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.71%
GREEN value IS 187 (73.44% from 255) = 33.39%
BLUE value IS 201 (78.91% from 255) = 35.89%
R=30.71%
G=33.39%
B=35.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721872010.140.0700.21208.9721.1773.14
HexACBBC9E7015d11549
Octal25427331116702532125111
Binary101011001011101111001001111011101010111010001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBBC9; }

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

 H1.HeaderClassName
 {
   color: #ACBBC9;
 }
 .AnyTagClassName
 {
   color: #ACBBC9;
 }
</style>
background-color css

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

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

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

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

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

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