#ACBBB8

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

Shades of Opal #ACBBB8

Tints of Opal #ACBBB8

Color information

#ACBBB8 (or 0xACBBB8) is unknown color: approx Opal. HEX triplet: AC, BB and B8. RGB value is (172,187,184). Sum of RGB (Red+Green+Blue) = 172+187+184=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 187 (73.44% from 255 or 34.44% from 543); Blue value is 184 (72.27% from 255 or 33.89% from 543); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBBB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBBB8 is #534447. Grayscale: #B6B6B6. Windows color (decimal): -5456968 or 12106668. OLE color: 12106668.

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

Color convert

RGB172187184-
CMYK0.0800.020.27
HSL168º9.93%70.39%-
HSV(B)168º8.02%73.33%-
XYZ43.4447.7752.28-
YUV182.17129.03120.74-

RGB Variations

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

RGB

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

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
Decimal1721871840.0800.020.271689.9370.39
HexACBBB88021Ba8a46
Octal25427327010023325012106
Binary1010110010111011101110001000010110111010100010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBBB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBBB8; }

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

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

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

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

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

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

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

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