#ACBBB7

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

Shades of Opal #ACBBB7

Tints of Opal #ACBBB7

Color information

#ACBBB7 (or 0xACBBB7) is unknown color: approx Opal. HEX triplet: AC, BB and B7. RGB value is (172,187,183). Sum of RGB (Red+Green+Blue) = 172+187+183=542 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.73% from 542); Green value is 187 (73.44% from 255 or 34.50% from 542); Blue value is 183 (71.88% from 255 or 33.76% from 542); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBBB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBBB7 is #534448. Grayscale: #B6B6B6. Windows color (decimal): -5456969 or 12041132. OLE color: 12041132.

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

Color convert

RGB172187183-
CMYK0.0800.020.27
HSL164º9.93%70.39%-
HSV(B)164º8.02%73.33%-
XYZ43.3347.7351.73-
YUV182.06128.53120.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.73%
GREEN value IS 187 (73.44% from 255) = 34.50%
BLUE value IS 183 (71.88% from 255) = 33.76%
R=31.73%
G=34.50%
B=33.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721871830.0800.020.271649.9370.39
HexACBBB78021Ba4a46
Octal25427326710023324412106
Binary1010110010111011101101111000010110111010010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBBB7; }

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

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

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

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

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

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

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

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