#98ADAF

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

Shades of Botticelli #98ADAF

Tints of Botticelli #98ADAF

Color information

#98ADAF (or 0x98ADAF) is unknown color: approx Botticelli. HEX triplet: 98, AD and AF. RGB value is (152,173,175). Sum of RGB (Red+Green+Blue) = 152+173+175=500 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.4% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 175 - color contains mainly: blue. Hex color #98ADAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98ADAF is #675250. Grayscale: #A6A6A6. Windows color (decimal): -6771281 or 11513240. OLE color: 11513240.

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

Color convert

RGB152173175-
CMYK0.130.0100.31
HSL185.22º12.57%64.12%-
HSV(B)185.22º13.14%68.63%-
XYZ35.6339.6646.33-
YUV166.95132.54117.34-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.4%
GREEN value IS 173 (67.97% from 255) = 34.6%
BLUE value IS 175 (68.75% from 255) = 35%
R=30.4%
G=34.6%
B=35%

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
Decimal1521731750.130.0100.31185.2212.5764.12
Hex98ADAFD101Fb9d40
Octal23025525715103727115100
Binary100110001010110110101111110110111111011100111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98ADAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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