#98ADAE

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

Shades of Botticelli #98ADAE

Tints of Botticelli #98ADAE

Color information

#98ADAE (or 0x98ADAE) is unknown color: approx Botticelli. HEX triplet: 98, AD and AE. RGB value is (152,173,174). Sum of RGB (Red+Green+Blue) = 152+173+174=499 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.46% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 174 (68.36% from 255 or 34.87% from 499); Max value from RGB is 174 - color contains mainly: blue. Hex color #98ADAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98ADAE is #675251. Grayscale: #A6A6A6. Windows color (decimal): -6771282 or 11447704. OLE color: 11447704.

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

Color convert

RGB152173174-
CMYK0.130.0100.32
HSL182.73º11.96%63.92%-
HSV(B)182.73º12.64%68.24%-
XYZ35.5339.6245.82-
YUV166.84132.04117.42-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.46%
GREEN value IS 173 (67.97% from 255) = 34.67%
BLUE value IS 174 (68.36% from 255) = 34.87%
R=30.46%
G=34.67%
B=34.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1521731740.130.0100.32182.7311.9663.92
Hex98ADAED1020b7c40
Octal23025525615104026714100
Binary1001100010101101101011101101101000001011011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98ADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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