#ACBCBE

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

Shades of Casper #ACBCBE

Tints of Casper #ACBCBE

Color information

#ACBCBE (or 0xACBCBE) is unknown color: approx Casper. HEX triplet: AC, BC and BE. RGB value is (172,188,190). Sum of RGB (Red+Green+Blue) = 172+188+190=550 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.27% from 550); Green value is 188 (73.83% from 255 or 34.18% from 550); Blue value is 190 (74.61% from 255 or 34.55% from 550); Max value from RGB is 190 - color contains mainly: blue. Hex color #ACBCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBCBE is #534341. Grayscale: #B7B7B7. Windows color (decimal): -5456706 or 12500140. OLE color: 12500140.

HSL color Cylindrical-coordinate representation of color #ACBCBE: hue angle of 186.67º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ACBCBE is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB172188190-
CMYK0.090.0100.25
HSL186.67º12.16%70.98%-
HSV(B)186.67º9.47%74.51%-
XYZ44.2948.4555.73-
YUV183.44131.7119.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.27%
GREEN value IS 188 (73.83% from 255) = 34.18%
BLUE value IS 190 (74.61% from 255) = 34.55%
R=31.27%
G=34.18%
B=34.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721881900.090.0100.25186.6712.1670.98
HexACBCBE91019bbc47
Octal25427427611103127314107
Binary101011001011110010111110100110110011011101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBCBE; }

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

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

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

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

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

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

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

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