#99AEB0

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

Shades of Botticelli #99AEB0

Tints of Botticelli #99AEB0

Color information

#99AEB0 (or 0x99AEB0) is unknown color: approx Botticelli. HEX triplet: 99, AE and B0. RGB value is (153,174,176). Sum of RGB (Red+Green+Blue) = 153+174+176=503 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.42% from 503); Green value is 174 (68.36% from 255 or 34.59% from 503); Blue value is 176 (69.14% from 255 or 34.99% from 503); Max value from RGB is 176 - color contains mainly: blue. Hex color #99AEB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AEB0 is #66514F. Grayscale: #A7A7A7. Windows color (decimal): -6705488 or 11579033. OLE color: 11579033.

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

Color convert

RGB153174176-
CMYK0.130.0100.31
HSL185.22º12.71%64.51%-
HSV(B)185.22º13.07%69.02%-
XYZ36.1140.1846.93-
YUV167.95132.54117.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.42%
GREEN value IS 174 (68.36% from 255) = 34.59%
BLUE value IS 176 (69.14% from 255) = 34.99%
R=30.42%
G=34.59%
B=34.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1531741760.130.0100.31185.2212.7164.51
Hex99AEB0D101Fb9d41
Octal23125626015103727115101
Binary100110011010111010110000110110111111011100111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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