#ACBDBB

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

Shades of Opal #ACBDBB

Tints of Opal #ACBDBB

Color information

#ACBDBB (or 0xACBDBB) is unknown color: approx Opal. HEX triplet: AC, BD and BB. RGB value is (172,189,187). Sum of RGB (Red+Green+Blue) = 172+189+187=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 189 (74.22% from 255 or 34.49% from 548); Blue value is 187 (73.44% from 255 or 34.12% from 548); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBDBB is #534244. Grayscale: #B7B7B7. Windows color (decimal): -5456453 or 12303788. OLE color: 12303788.

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

Color convert

RGB172189187-
CMYK0.0900.010.26
HSL172.94º11.41%70.78%-
HSV(B)172.94º8.99%74.12%-
XYZ44.1848.7554.1-
YUV183.69129.87119.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.39%
GREEN value IS 189 (74.22% from 255) = 34.49%
BLUE value IS 187 (73.44% from 255) = 34.12%
R=31.39%
G=34.49%
B=34.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721891870.0900.010.26172.9411.4170.78
HexACBDBB9011Aadb47
Octal25427527311013225513107
Binary101011001011110110111011100101110101010110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBDBB; }

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

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

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

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

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

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

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

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