#ACC0BD

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

Shades of Opal #ACC0BD

Tints of Opal #ACC0BD

Color information

#ACC0BD (or 0xACC0BD) is unknown color: approx Opal. HEX triplet: AC, C0 and BD. RGB value is (172,192,189). Sum of RGB (Red+Green+Blue) = 172+192+189=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 192 (75.39% from 255 or 34.72% from 553); Blue value is 189 (74.22% from 255 or 34.18% from 553); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC0BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC0BD is #533F42. Grayscale: #B9B9B9. Windows color (decimal): -5455683 or 12435628. OLE color: 12435628.

HSL color Cylindrical-coordinate representation of color #ACC0BD: hue angle of 171º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ACC0BD is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB172192189-
CMYK0.1000.020.25
HSL171º13.7%71.37%-
HSV(B)171º10.42%75.29%-
XYZ45.0550.1455.45-
YUV185.68129.87118.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.10%
GREEN value IS 192 (75.39% from 255) = 34.72%
BLUE value IS 189 (74.22% from 255) = 34.18%
R=31.10%
G=34.72%
B=34.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721921890.1000.020.2517113.771.37
HexACC0BDA0219abe47
Octal25430027512023125316107
Binary1010110011000000101111011010010110011010101111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC0BD; }

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

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

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

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

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

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

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

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