#ACC0BB

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

Shades of Opal #ACC0BB

Tints of Opal #ACC0BB

Color information

#ACC0BB (or 0xACC0BB) is unknown color: approx Opal. HEX triplet: AC, C0 and BB. RGB value is (172,192,187). Sum of RGB (Red+Green+Blue) = 172+192+187=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 192 (75.39% from 255 or 34.85% from 551); Blue value is 187 (73.44% from 255 or 33.94% from 551); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC0BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC0BB is #533F44. Grayscale: #B9B9B9. Windows color (decimal): -5455685 or 12304556. OLE color: 12304556.

HSL color Cylindrical-coordinate representation of color #ACC0BB: hue angle of 165º 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 #ACC0BB is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB172192187-
CMYK0.1000.030.25
HSL165º13.7%71.37%-
HSV(B)165º10.42%75.29%-
XYZ44.8350.0654.31-
YUV185.45128.87118.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.22%
GREEN value IS 192 (75.39% from 255) = 34.85%
BLUE value IS 187 (73.44% from 255) = 33.94%
R=31.22%
G=34.85%
B=33.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721921870.1000.030.2516513.771.37
HexACC0BBA0319a5e47
Octal25430027312033124516107
Binary1010110011000000101110111010011110011010010111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC0BB; }

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

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

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

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

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

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

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

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