#ACBEB9

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

Shades of Opal #ACBEB9

Tints of Opal #ACBEB9

Color information

#ACBEB9 (or 0xACBEB9) is unknown color: approx Opal. HEX triplet: AC, BE and B9. RGB value is (172,190,185). Sum of RGB (Red+Green+Blue) = 172+190+185=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 190 (74.61% from 255 or 34.73% from 547); Blue value is 185 (72.66% from 255 or 33.82% from 547); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBEB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBEB9 is #534146. Grayscale: #B8B8B8. Windows color (decimal): -5456199 or 12172972. OLE color: 12172972.

HSL color Cylindrical-coordinate representation of color #ACBEB9: hue angle of 163.33º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ACBEB9 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB172190185-
CMYK0.0900.030.25
HSL163.33º12.16%70.98%-
HSV(B)163.33º9.47%74.51%-
XYZ44.1849.153.05-
YUV184.05128.54119.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.44%
GREEN value IS 190 (74.61% from 255) = 34.73%
BLUE value IS 185 (72.66% from 255) = 33.82%
R=31.44%
G=34.73%
B=33.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721901850.0900.030.25163.3312.1670.98
HexACBEB990319a3c47
Octal25427627111033124314107
Binary1010110010111110101110011001011110011010001111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBEB9; }

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

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

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

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

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

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

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

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