#98ABAF

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

Shades of Botticelli #98ABAF

Tints of Botticelli #98ABAF

Color information

#98ABAF (or 0x98ABAF) is unknown color: approx Botticelli. HEX triplet: 98, AB and AF. RGB value is (152,171,175). Sum of RGB (Red+Green+Blue) = 152+171+175=498 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.52% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 175 - color contains mainly: blue. Hex color #98ABAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98ABAF is #675450. Grayscale: #A5A5A5. Windows color (decimal): -6771793 or 11512728. OLE color: 11512728.

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

Color convert

RGB152171175-
CMYK0.130.0200.31
HSL190.43º12.57%64.12%-
HSV(B)190.43º13.14%68.63%-
XYZ35.2538.946.21-
YUV165.77133.21118.17-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.52%
GREEN value IS 171 (67.19% from 255) = 34.34%
BLUE value IS 175 (68.75% from 255) = 35.14%
R=30.52%
G=34.34%
B=35.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1521711750.130.0200.31190.4312.5764.12
Hex98ABAFD201Fbed40
Octal23025325715203727615100
Binary1001100010101011101011111101100111111011111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98ABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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