#AACBBC

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

Shades of Tiara #AACBBC

Tints of Tiara #AACBBC

Color information

#AACBBC (or 0xAACBBC) is unknown color: approx Tiara. HEX triplet: AA, CB and BC. RGB value is (170,203,188). Sum of RGB (Red+Green+Blue) = 170+203+188=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 203 (79.69% from 255 or 36.19% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 203 - color contains mainly: green. Hex color #AACBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACBBC is #553443. Grayscale: #BFBFBF. Windows color (decimal): -5583940 or 12372906. OLE color: 12372906.

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

Color convert

RGB170203188-
CMYK0.1600.070.20
HSL152.73º24.09%73.14%-
HSV(B)152.73º16.26%79.61%-
XYZ47.0154.8955.69-
YUV191.42126.07112.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.30%
GREEN value IS 203 (79.69% from 255) = 36.19%
BLUE value IS 188 (73.83% from 255) = 33.51%
R=30.30%
G=36.19%
B=33.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1702031880.1600.070.20152.7324.0973.14
HexAACBBC100714991849
Octal25231327420072423130111
Binary1010101011001011101111001000001111010010011001110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACBBC; }

 p { color: rgb(170,203,188); }

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

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

 a { background-color: rgb(170,203,188); }

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

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

 span { border-color: rgb(170,203,188); }

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