#ACBABE

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

Shades of Casper #ACBABE

Tints of Casper #ACBABE

Color information

#ACBABE (or 0xACBABE) is unknown color: approx Casper. HEX triplet: AC, BA and BE. RGB value is (172,186,190). Sum of RGB (Red+Green+Blue) = 172+186+190=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 186 (73.05% from 255 or 33.94% from 548); Blue value is 190 (74.61% from 255 or 34.67% from 548); Max value from RGB is 190 - color contains mainly: blue. Hex color #ACBABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBABE is #534541. Grayscale: #B6B6B6. Windows color (decimal): -5457218 or 12499628. OLE color: 12499628.

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

Color convert

RGB172186190-
CMYK0.090.0200.25
HSL193.33º12.16%70.98%-
HSV(B)193.33º9.47%74.51%-
XYZ43.8747.6155.59-
YUV182.27132.36120.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.39%
GREEN value IS 186 (73.05% from 255) = 33.94%
BLUE value IS 190 (74.61% from 255) = 34.67%
R=31.39%
G=33.94%
B=34.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721861900.090.0200.25193.3312.1670.98
HexACBABE92019c1c47
Octal25427227611203130114107
Binary1010110010111010101111101001100110011100000111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBABE; }

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

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

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

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

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

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

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

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