#ACBABB

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

Shades of Casper #ACBABB

Tints of Casper #ACBABB

Color information

#ACBABB (or 0xACBABB) is unknown color: approx Casper. HEX triplet: AC, BA and BB. RGB value is (172,186,187). Sum of RGB (Red+Green+Blue) = 172+186+187=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 187 (73.44% from 255 or 34.31% from 545); Max value from RGB is 187 - color contains mainly: blue. Hex color #ACBABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBABB is #534544. Grayscale: #B5B5B5. Windows color (decimal): -5457221 or 12303020. OLE color: 12303020.

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

Color convert

RGB172186187-
CMYK0.080.0100.27
HSL184º9.93%70.39%-
HSV(B)184º8.02%73.33%-
XYZ43.5447.4853.88-
YUV181.93130.86120.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.56%
GREEN value IS 186 (73.05% from 255) = 34.13%
BLUE value IS 187 (73.44% from 255) = 34.31%
R=31.56%
G=34.13%
B=34.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721861870.080.0100.271849.9370.39
HexACBABB8101Bb8a46
Octal25427227310103327012106
Binary101011001011101010111011100010110111011100010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBABB; }

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

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

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

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

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

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

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

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