#ACACBC

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

Shades of Spun Pearl #ACACBC

Tints of Spun Pearl #ACACBC

Color information

#ACACBC (or 0xACACBC) is unknown color: approx Spun Pearl. HEX triplet: AC, AC and BC. RGB value is (172,172,188). Sum of RGB (Red+Green+Blue) = 172+172+188=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 172 (67.58% from 255 or 32.33% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 188 - color contains mainly: blue. Hex color #ACACBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACACBC is #535343. Grayscale: #ADADAD. Windows color (decimal): -5460804 or 12364972. OLE color: 12364972.

HSL color Cylindrical-coordinate representation of color #ACACBC: hue angle of 240º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ACACBC is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB172172188-
CMYK0.090.0900.26
HSL240º10.67%70.59%-
HSV(B)240º8.51%73.73%-
XYZ40.8441.9153.51-
YUV173.82136126.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.33%
GREEN value IS 172 (67.58% from 255) = 32.33%
BLUE value IS 188 (73.83% from 255) = 35.34%
R=32.33%
G=32.33%
B=35.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721721880.090.0900.2624010.6770.59
HexACACBC9901Af0b47
Octal254254274111103236013107
Binary101011001010110010111100100110010110101111000010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACACBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACACBC; }

 p { color: rgb(172,172,188); }

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

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

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

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

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

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

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