#ACC1BC

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

Shades of Opal #ACC1BC

Tints of Opal #ACC1BC

Color information

#ACC1BC (or 0xACC1BC) is unknown color: approx Opal. HEX triplet: AC, C1 and BC. RGB value is (172,193,188). Sum of RGB (Red+Green+Blue) = 172+193+188=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 193 (75.78% from 255 or 34.90% from 553); Blue value is 188 (73.83% from 255 or 34.00% from 553); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC1BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC1BC is #533E43. Grayscale: #BABABA. Windows color (decimal): -5455428 or 12370348. OLE color: 12370348.

HSL color Cylindrical-coordinate representation of color #ACC1BC: hue angle of 165.71º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ACC1BC is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB172193188-
CMYK0.1100.030.24
HSL165.71º14.48%71.57%-
HSV(B)165.71º10.88%75.69%-
XYZ45.1650.5454.95-
YUV186.15129.04117.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.10%
GREEN value IS 193 (75.78% from 255) = 34.90%
BLUE value IS 188 (73.83% from 255) = 34.00%
R=31.10%
G=34.90%
B=34.00%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721931880.1100.030.24165.7114.4871.57
HexACC1BCB0318a6e48
Octal25430127413033024616110
Binary1010110011000001101111001011011110001010011011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC1BC; }

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

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

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

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

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

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

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

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