#98ACAE

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

Shades of Botticelli #98ACAE

Tints of Botticelli #98ACAE

Color information

#98ACAE (or 0x98ACAE) is unknown color: approx Botticelli. HEX triplet: 98, AC and AE. RGB value is (152,172,174). Sum of RGB (Red+Green+Blue) = 152+172+174=498 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.52% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 174 (68.36% from 255 or 34.94% from 498); Max value from RGB is 174 - color contains mainly: blue. Hex color #98ACAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98ACAE is #675351. Grayscale: #A6A6A6. Windows color (decimal): -6771538 or 11447448. OLE color: 11447448.

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

Color convert

RGB152172174-
CMYK0.130.0100.32
HSL185.45º11.96%63.92%-
HSV(B)185.45º12.64%68.24%-
XYZ35.3439.2445.76-
YUV166.25132.37117.84-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.52%
GREEN value IS 172 (67.58% from 255) = 34.54%
BLUE value IS 174 (68.36% from 255) = 34.94%
R=30.52%
G=34.54%
B=34.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1521721740.130.0100.32185.4511.9663.92
Hex98ACAED1020b9c40
Octal23025425615104027114100
Binary1001100010101100101011101101101000001011100111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98ACAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,172,174); }

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

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

 a { background-color: rgb(152,172,174); }

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

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

 span { border-color: rgb(152,172,174); }

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