#98A9AF

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

Shades of Botticelli #98A9AF

Tints of Botticelli #98A9AF

Color information

#98A9AF (or 0x98A9AF) is unknown color: approx Botticelli. HEX triplet: 98, A9 and AF. RGB value is (152,169,175). Sum of RGB (Red+Green+Blue) = 152+169+175=496 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.65% from 496); Green value is 169 (66.41% from 255 or 34.07% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 175 - color contains mainly: blue. Hex color #98A9AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A9AF is #675650. Grayscale: #A4A4A4. Windows color (decimal): -6772305 or 11512216. OLE color: 11512216.

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

Color convert

RGB152169175-
CMYK0.130.0300.31
HSL195.65º12.57%64.12%-
HSV(B)195.65º13.14%68.63%-
XYZ34.8738.1546.08-
YUV164.6133.87119.01-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.65%
GREEN value IS 169 (66.41% from 255) = 34.07%
BLUE value IS 175 (68.75% from 255) = 35.28%
R=30.65%
G=34.07%
B=35.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1521691750.130.0300.31195.6512.5764.12
Hex98A9AFD301Fc4d40
Octal23025125715303730415100
Binary1001100010101001101011111101110111111100010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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