#98AAAD

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

Shades of Botticelli #98AAAD

Tints of Botticelli #98AAAD

Color information

#98AAAD (or 0x98AAAD) is unknown color: approx Botticelli. HEX triplet: 98, AA and AD. RGB value is (152,170,173). Sum of RGB (Red+Green+Blue) = 152+170+173=495 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.71% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 173 (67.97% from 255 or 34.95% from 495); Max value from RGB is 173 - color contains mainly: blue. Hex color #98AAAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AAAD is #675552. Grayscale: #A4A4A4. Windows color (decimal): -6772051 or 11381400. OLE color: 11381400.

HSL color Cylindrical-coordinate representation of color #98AAAD: hue angle of 188.57º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #98AAAD is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB152170173-
CMYK0.120.0200.32
HSL188.57º11.35%63.73%-
HSV(B)188.57º12.14%67.84%-
XYZ34.8738.4445.12-
YUV164.96132.54118.76-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.71%
GREEN value IS 170 (66.80% from 255) = 34.34%
BLUE value IS 173 (67.97% from 255) = 34.95%
R=30.71%
G=34.34%
B=34.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1521701730.120.0200.32188.5711.3563.73
Hex98AAADC2020bdb40
Octal23025225514204027513100
Binary10011000101010101010110111001001000001011110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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