#AACCBD

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

Shades of Opal #AACCBD

Tints of Opal #AACCBD

Color information

#AACCBD (or 0xAACCBD) is unknown color: approx Opal. HEX triplet: AA, CC and BD. RGB value is (170,204,189). Sum of RGB (Red+Green+Blue) = 170+204+189=563 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.20% from 563); Green value is 204 (80.08% from 255 or 36.23% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 204 - color contains mainly: green. Hex color #AACCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACCBD is #553342. Grayscale: #C0C0C0. Windows color (decimal): -5583683 or 12438698. OLE color: 12438698.

HSL color Cylindrical-coordinate representation of color #AACCBD: hue angle of 153.53º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AACCBD is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB170204189-
CMYK0.1700.070.2
HSL153.53º25%73.33%-
HSV(B)153.53º16.67%80%-
XYZ47.3655.4156.34-
YUV192.12126.24112.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.20%
GREEN value IS 204 (80.08% from 255) = 36.23%
BLUE value IS 189 (74.22% from 255) = 33.57%
R=30.20%
G=36.23%
B=33.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1702041890.1700.070.2153.532573.33
HexAACCBD1107149a1949
Octal25231427521072423231111
Binary1010101011001100101111011000101111010010011010110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACCBD; }

 p { color: rgb(170,204,189); }

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

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

 a { background-color: rgb(170,204,189); }

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

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

 span { border-color: rgb(170,204,189); }

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