#ACC9BD

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

Shades of Opal #ACC9BD

Tints of Opal #ACC9BD

Color information

#ACC9BD (or 0xACC9BD) is unknown color: approx Opal. HEX triplet: AC, C9 and BD. RGB value is (172,201,189). Sum of RGB (Red+Green+Blue) = 172+201+189=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 201 (78.91% from 255 or 35.77% from 562); Blue value is 189 (74.22% from 255 or 33.63% from 562); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC9BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC9BD is #533642. Grayscale: #BEBEBE. Windows color (decimal): -5453379 or 12437932. OLE color: 12437932.

HSL color Cylindrical-coordinate representation of color #ACC9BD: hue angle of 155.17º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ACC9BD is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB172201189-
CMYK0.1400.060.21
HSL155.17º21.17%73.14%-
HSV(B)155.17º14.43%78.82%-
XYZ47.0954.2256.13-
YUV190.96126.89114.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.60%
GREEN value IS 201 (78.91% from 255) = 35.77%
BLUE value IS 189 (74.22% from 255) = 33.63%
R=30.60%
G=35.77%
B=33.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1722011890.1400.060.21155.1721.1773.14
HexACC9BDE06159b1549
Octal25431127516062523325111
Binary101011001100100110111101111001101010110011011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC9BD; }

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

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

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

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

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

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

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

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