#ACC3BD

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

Shades of Opal #ACC3BD

Tints of Opal #ACC3BD

Color information

#ACC3BD (or 0xACC3BD) is unknown color: approx Opal. HEX triplet: AC, C3 and BD. RGB value is (172,195,189). Sum of RGB (Red+Green+Blue) = 172+195+189=556 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.94% from 556); Green value is 195 (76.56% from 255 or 35.07% from 556); Blue value is 189 (74.22% from 255 or 33.99% from 556); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC3BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC3BD is #533C42. Grayscale: #BBBBBB. Windows color (decimal): -5454915 or 12436396. OLE color: 12436396.

HSL color Cylindrical-coordinate representation of color #ACC3BD: hue angle of 164.35º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACC3BD is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB172195189-
CMYK0.1200.030.24
HSL164.35º16.08%71.96%-
HSV(B)164.35º11.79%76.47%-
XYZ45.7151.4755.67-
YUV187.44128.88116.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.94%
GREEN value IS 195 (76.56% from 255) = 35.07%
BLUE value IS 189 (74.22% from 255) = 33.99%
R=30.94%
G=35.07%
B=33.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721951890.1200.030.24164.3516.0871.96
HexACC3BDC0318a41048
Octal25430327514033024420110
Binary10101100110000111011110111000111100010100100100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC3BD; }

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

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

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

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

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

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

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

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