#ACBEBC

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

Shades of Opal #ACBEBC

Tints of Opal #ACBEBC

Color information

#ACBEBC (or 0xACBEBC) is unknown color: approx Opal. HEX triplet: AC, BE and BC. RGB value is (172,190,188). Sum of RGB (Red+Green+Blue) = 172+190+188=550 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.27% from 550); Green value is 190 (74.61% from 255 or 34.55% from 550); Blue value is 188 (73.83% from 255 or 34.18% from 550); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBEBC is #534143. Grayscale: #B8B8B8. Windows color (decimal): -5456196 or 12369580. OLE color: 12369580.

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

Color convert

RGB172190188-
CMYK0.0900.010.25
HSL173.33º12.16%70.98%-
HSV(B)173.33º9.47%74.51%-
XYZ44.549.2354.73-
YUV184.39130.04119.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.27%
GREEN value IS 190 (74.61% from 255) = 34.55%
BLUE value IS 188 (73.83% from 255) = 34.18%
R=31.27%
G=34.55%
B=34.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721901880.0900.010.25173.3312.1670.98
HexACBEBC90119adc47
Octal25427627411013125514107
Binary101011001011111010111100100101110011010110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBEBC; }

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

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

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

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

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

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

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

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