#ACB8BB

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

Shades of Casper #ACB8BB

Tints of Casper #ACB8BB

Color information

#ACB8BB (or 0xACB8BB) is unknown color: approx Casper. HEX triplet: AC, B8 and BB. RGB value is (172,184,187). Sum of RGB (Red+Green+Blue) = 172+184+187=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 184 (72.27% from 255 or 33.89% from 543); Blue value is 187 (73.44% from 255 or 34.44% from 543); Max value from RGB is 187 - color contains mainly: blue. Hex color #ACB8BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB8BB is #534744. Grayscale: #B4B4B4. Windows color (decimal): -5457733 or 12302508. OLE color: 12302508.

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

Color convert

RGB172184187-
CMYK0.080.0200.27
HSL192º9.93%70.39%-
HSV(B)192º8.02%73.33%-
XYZ43.1246.6453.74-
YUV180.75131.52121.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.68%
GREEN value IS 184 (72.27% from 255) = 33.89%
BLUE value IS 187 (73.44% from 255) = 34.44%
R=31.68%
G=33.89%
B=34.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721841870.080.0200.271929.9370.39
HexACB8BB8201Bc0a46
Octal25427027310203330012106
Binary1010110010111000101110111000100110111100000010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB8BB; }

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

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

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

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

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

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

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

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