#99ABAE

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

Shades of Botticelli #99ABAE

Tints of Botticelli #99ABAE

Color information

#99ABAE (or 0x99ABAE) is unknown color: approx Botticelli. HEX triplet: 99, AB and AE. RGB value is (153,171,174). Sum of RGB (Red+Green+Blue) = 153+171+174=498 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.72% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 174 (68.36% from 255 or 34.94% from 498); Max value from RGB is 174 - color contains mainly: blue. Hex color #99ABAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99ABAE is #665451. Grayscale: #A5A5A5. Windows color (decimal): -6706258 or 11447193. OLE color: 11447193.

HSL color Cylindrical-coordinate representation of color #99ABAE: hue angle of 188.57º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #99ABAE is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB153171174-
CMYK0.120.0200.32
HSL188.57º11.48%64.12%-
HSV(B)188.57º12.07%68.24%-
XYZ35.3438.9545.7-
YUV165.96132.54118.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.72%
GREEN value IS 171 (67.19% from 255) = 34.34%
BLUE value IS 174 (68.36% from 255) = 34.94%
R=30.72%
G=34.34%
B=34.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1531711740.120.0200.32188.5711.4864.12
Hex99ABAEC2020bdb40
Octal23125325614204027513100
Binary10011001101010111010111011001001000001011110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,171,174); }

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

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

 a { background-color: rgb(153,171,174); }

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

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

 span { border-color: rgb(153,171,174); }

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