#ACBDB9

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

Shades of Opal #ACBDB9

Tints of Opal #ACBDB9

Color information

#ACBDB9 (or 0xACBDB9) is unknown color: approx Opal. HEX triplet: AC, BD and B9. RGB value is (172,189,185). Sum of RGB (Red+Green+Blue) = 172+189+185=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 189 (74.22% from 255 or 34.62% from 546); Blue value is 185 (72.66% from 255 or 33.88% from 546); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBDB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBDB9 is #534246. Grayscale: #B7B7B7. Windows color (decimal): -5456455 or 12172716. OLE color: 12172716.

HSL color Cylindrical-coordinate representation of color #ACBDB9: hue angle of 165.88º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ACBDB9 is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB172189185-
CMYK0.0900.020.26
HSL165.88º11.41%70.78%-
HSV(B)165.88º8.99%74.12%-
XYZ43.9748.6752.98-
YUV183.46128.87119.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.50%
GREEN value IS 189 (74.22% from 255) = 34.62%
BLUE value IS 185 (72.66% from 255) = 33.88%
R=31.50%
G=34.62%
B=33.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721891850.0900.020.26165.8811.4170.78
HexACBDB99021Aa6b47
Octal25427527111023224613107
Binary1010110010111101101110011001010110101010011010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBDB9; }

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

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

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

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

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

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

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

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