#ACC6BD

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

Shades of Opal #ACC6BD

Tints of Opal #ACC6BD

Color information

#ACC6BD (or 0xACC6BD) is unknown color: approx Opal. HEX triplet: AC, C6 and BD. RGB value is (172,198,189). Sum of RGB (Red+Green+Blue) = 172+198+189=559 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.77% from 559); Green value is 198 (77.73% from 255 or 35.42% from 559); Blue value is 189 (74.22% from 255 or 33.81% from 559); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC6BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC6BD is #533942. Grayscale: #BDBDBD. Windows color (decimal): -5454147 or 12437164. OLE color: 12437164.

HSL color Cylindrical-coordinate representation of color #ACC6BD: hue angle of 159.23º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACC6BD is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB172198189-
CMYK0.1300.050.22
HSL159.23º18.57%72.55%-
HSV(B)159.23º13.13%77.65%-
XYZ46.3952.8355.9-
YUV189.2127.89115.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.77%
GREEN value IS 198 (77.73% from 255) = 35.42%
BLUE value IS 189 (74.22% from 255) = 33.81%
R=30.77%
G=35.42%
B=33.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1721981890.1300.050.22159.2318.5772.55
HexACC6BDD05169f1349
Octal25430627515052623723111
Binary101011001100011010111101110101011011010011111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC6BD; }

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

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

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

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

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

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

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

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