#99ABAF

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

Shades of Botticelli #99ABAF

Tints of Botticelli #99ABAF

Color information

#99ABAF (or 0x99ABAF) is unknown color: approx Botticelli. HEX triplet: 99, AB and AF. RGB value is (153,171,175). Sum of RGB (Red+Green+Blue) = 153+171+175=499 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.66% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 175 - color contains mainly: blue. Hex color #99ABAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99ABAF is #665450. Grayscale: #A6A6A6. Windows color (decimal): -6706257 or 11512729. OLE color: 11512729.

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

Color convert

RGB153171175-
CMYK0.130.0200.31
HSL190.91º12.09%64.31%-
HSV(B)190.91º12.57%68.63%-
XYZ35.4438.9946.22-
YUV166.07133.04118.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.66%
GREEN value IS 171 (67.19% from 255) = 34.27%
BLUE value IS 175 (68.75% from 255) = 35.07%
R=30.66%
G=34.27%
B=35.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1531711750.130.0200.31190.9112.0964.31
Hex99ABAFD201Fbfc40
Octal23125325715203727714100
Binary1001100110101011101011111101100111111011111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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