#98ADB6

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

Shades of Botticelli #98ADB6

Tints of Botticelli #98ADB6

Color information

#98ADB6 (or 0x98ADB6) is unknown color: approx Botticelli. HEX triplet: 98, AD and B6. RGB value is (152,173,182). Sum of RGB (Red+Green+Blue) = 152+173+182=507 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.98% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 182 (71.48% from 255 or 35.90% from 507); Max value from RGB is 182 - color contains mainly: blue. Hex color #98ADB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98ADB6 is #675249. Grayscale: #A7A7A7. Windows color (decimal): -6771274 or 11971992. OLE color: 11971992.

HSL color Cylindrical-coordinate representation of color #98ADB6: hue angle of 198º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #98ADB6 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB152173182-
CMYK0.160.0500.29
HSL198º17.05%65.49%-
HSV(B)198º16.48%71.37%-
XYZ36.3439.9450.05-
YUV167.75136.04116.77-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.98%
GREEN value IS 173 (67.97% from 255) = 34.12%
BLUE value IS 182 (71.48% from 255) = 35.90%
R=29.98%
G=34.12%
B=35.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1521731820.160.0500.2919817.0565.49
Hex98ADB610501Dc61141
Octal23025526620503530621101
Binary1001100010101101101101101000010101110111000110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98ADB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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