#98ABAE

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

Shades of Botticelli #98ABAE

Tints of Botticelli #98ABAE

Color information

#98ABAE (or 0x98ABAE) is unknown color: approx Botticelli. HEX triplet: 98, AB and AE. RGB value is (152,171,174). Sum of RGB (Red+Green+Blue) = 152+171+174=497 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.58% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 174 (68.36% from 255 or 35.01% from 497); Max value from RGB is 174 - color contains mainly: blue. Hex color #98ABAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98ABAE is #675451. Grayscale: #A5A5A5. Windows color (decimal): -6771794 or 11447192. OLE color: 11447192.

HSL color Cylindrical-coordinate representation of color #98ABAE: hue angle of 188.18º 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 #98ABAE is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB152171174-
CMYK0.130.0200.32
HSL188.18º11.96%63.92%-
HSV(B)188.18º12.64%68.24%-
XYZ35.1538.8645.69-
YUV165.66132.71118.26-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.58%
GREEN value IS 171 (67.19% from 255) = 34.41%
BLUE value IS 174 (68.36% from 255) = 35.01%
R=30.58%
G=34.41%
B=35.01%

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
Decimal1521711740.130.0200.32188.1811.9663.92
Hex98ABAED2020bcc40
Octal23025325615204027414100
Binary10011000101010111010111011011001000001011110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98ABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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