#99AAB2

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

Shades of Botticelli #99AAB2

Tints of Botticelli #99AAB2

Color information

#99AAB2 (or 0x99AAB2) is unknown color: approx Botticelli. HEX triplet: 99, AA and B2. RGB value is (153,170,178). Sum of RGB (Red+Green+Blue) = 153+170+178=501 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.54% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 178 (69.92% from 255 or 35.53% from 501); Max value from RGB is 178 - color contains mainly: blue. Hex color #99AAB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AAB2 is #66554D. Grayscale: #A5A5A5. Windows color (decimal): -6706510 or 11709081. OLE color: 11709081.

HSL color Cylindrical-coordinate representation of color #99AAB2: hue angle of 199.2º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #99AAB2 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB153170178-
CMYK0.140.0400.30
HSL199.2º13.97%64.9%-
HSV(B)199.2º14.04%69.8%-
XYZ35.5538.7447.72-
YUV165.83134.87118.85-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.54%
GREEN value IS 170 (66.80% from 255) = 33.93%
BLUE value IS 178 (69.92% from 255) = 35.53%
R=30.54%
G=33.93%
B=35.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1531701780.140.0400.30199.213.9764.9
Hex99AAB2E401Ec7e41
Octal23125226216403630716101
Binary10011001101010101011001011101000111101100011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99AAB2; }

 p { color: rgb(153,170,178); }

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

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

 a { background-color: rgb(153,170,178); }

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

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

 span { border-color: rgb(153,170,178); }

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