#ACBFBC

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

Shades of Opal #ACBFBC

Tints of Opal #ACBFBC

Color information

#ACBFBC (or 0xACBFBC) is unknown color: approx Opal. HEX triplet: AC, BF and BC. RGB value is (172,191,188). Sum of RGB (Red+Green+Blue) = 172+191+188=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 191 (75% from 255 or 34.66% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBFBC is #534043. Grayscale: #B8B8B8. Windows color (decimal): -5455940 or 12369836. OLE color: 12369836.

HSL color Cylindrical-coordinate representation of color #ACBFBC: hue angle of 170.53º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ACBFBC is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB172191188-
CMYK0.1000.020.25
HSL170.53º12.93%71.18%-
HSV(B)170.53º9.95%74.9%-
XYZ44.7249.6654.81-
YUV184.98129.71118.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.22%
GREEN value IS 191 (75% from 255) = 34.66%
BLUE value IS 188 (73.83% from 255) = 34.12%
R=31.22%
G=34.66%
B=34.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721911880.1000.020.25170.5312.9371.18
HexACBFBCA0219abd47
Octal25427727412023125315107
Binary1010110010111111101111001010010110011010101111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBFBC; }

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

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

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

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

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

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

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

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