#ACC4BB

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

Shades of Opal #ACC4BB

Tints of Opal #ACC4BB

Color information

#ACC4BB (or 0xACC4BB) is unknown color: approx Opal. HEX triplet: AC, C4 and BB. RGB value is (172,196,187). Sum of RGB (Red+Green+Blue) = 172+196+187=555 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.99% from 555); Green value is 196 (76.95% from 255 or 35.32% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC4BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC4BB is #533B44. Grayscale: #BBBBBB. Windows color (decimal): -5454661 or 12305580. OLE color: 12305580.

HSL color Cylindrical-coordinate representation of color #ACC4BB: hue angle of 157.5º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACC4BB is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB172196187-
CMYK0.1200.050.23
HSL157.5º16.9%72.16%-
HSV(B)157.5º12.24%76.86%-
XYZ45.7251.8454.61-
YUV187.8127.55116.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.99%
GREEN value IS 196 (76.95% from 255) = 35.32%
BLUE value IS 187 (73.44% from 255) = 33.69%
R=30.99%
G=35.32%
B=33.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1721961870.1200.050.23157.516.972.16
HexACC4BBC05179d1148
Octal25430427314052723521110
Binary101011001100010010111011110001011011110011101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC4BB; }

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

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

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

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

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

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

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

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