#ACBBBE

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

Shades of Casper #ACBBBE

Tints of Casper #ACBBBE

Color information

#ACBBBE (or 0xACBBBE) is unknown color: approx Casper. HEX triplet: AC, BB and BE. RGB value is (172,187,190). Sum of RGB (Red+Green+Blue) = 172+187+190=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 187 (73.44% from 255 or 34.06% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 190 - color contains mainly: blue. Hex color #ACBBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBBBE is #534441. Grayscale: #B6B6B6. Windows color (decimal): -5456962 or 12499884. OLE color: 12499884.

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

Color convert

RGB172187190-
CMYK0.090.0200.25
HSL190º12.16%70.98%-
HSV(B)190º9.47%74.51%-
XYZ44.0848.0355.66-
YUV182.86132.03120.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.33%
GREEN value IS 187 (73.44% from 255) = 34.06%
BLUE value IS 190 (74.61% from 255) = 34.61%
R=31.33%
G=34.06%
B=34.61%

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
Decimal1721871900.090.0200.2519012.1670.98
HexACBBBE92019bec47
Octal25427327611203127614107
Binary1010110010111011101111101001100110011011111011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBBBE; }

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

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

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

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

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

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

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

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