#98AAAE

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

Shades of Botticelli #98AAAE

Tints of Botticelli #98AAAE

Color information

#98AAAE (or 0x98AAAE) is unknown color: approx Botticelli. HEX triplet: 98, AA and AE. RGB value is (152,170,174). Sum of RGB (Red+Green+Blue) = 152+170+174=496 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.65% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 174 (68.36% from 255 or 35.08% from 496); Max value from RGB is 174 - color contains mainly: blue. Hex color #98AAAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AAAE is #675551. Grayscale: #A5A5A5. Windows color (decimal): -6772050 or 11446936. OLE color: 11446936.

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

Color convert

RGB152170174-
CMYK0.130.0200.32
HSL190.91º11.96%63.92%-
HSV(B)190.91º12.64%68.24%-
XYZ34.9638.4845.63-
YUV165.07133.04118.67-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.65%
GREEN value IS 170 (66.80% from 255) = 34.27%
BLUE value IS 174 (68.36% from 255) = 35.08%
R=30.65%
G=34.27%
B=35.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1521701740.130.0200.32190.9111.9663.92
Hex98AAAED2020bfc40
Octal23025225615204027714100
Binary10011000101010101010111011011001000001011111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98AAAE; }

 p { color: rgb(152,170,174); }

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

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

 a { background-color: rgb(152,170,174); }

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

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

 span { border-color: rgb(152,170,174); }

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