#ACC1BD

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

Shades of Opal #ACC1BD

Tints of Opal #ACC1BD

Color information

#ACC1BD (or 0xACC1BD) is unknown color: approx Opal. HEX triplet: AC, C1 and BD. RGB value is (172,193,189). Sum of RGB (Red+Green+Blue) = 172+193+189=554 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.05% from 554); Green value is 193 (75.78% from 255 or 34.84% from 554); Blue value is 189 (74.22% from 255 or 34.12% from 554); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC1BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC1BD is #533E42. Grayscale: #BABABA. Windows color (decimal): -5455427 or 12435884. OLE color: 12435884.

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

Color convert

RGB172193189-
CMYK0.1100.020.24
HSL168.57º14.48%71.57%-
HSV(B)168.57º10.88%75.69%-
XYZ45.2750.5855.52-
YUV186.26129.54117.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.05%
GREEN value IS 193 (75.78% from 255) = 34.84%
BLUE value IS 189 (74.22% from 255) = 34.12%
R=31.05%
G=34.84%
B=34.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721931890.1100.020.24168.5714.4871.57
HexACC1BDB0218a9e48
Octal25430127513023025116110
Binary1010110011000001101111011011010110001010100111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC1BD; }

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

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

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

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

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

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

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

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