#98ACB4

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

Shades of Botticelli #98ACB4

Tints of Botticelli #98ACB4

Color information

#98ACB4 (or 0x98ACB4) is unknown color: approx Botticelli. HEX triplet: 98, AC and B4. RGB value is (152,172,180). Sum of RGB (Red+Green+Blue) = 152+172+180=504 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.16% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 180 (70.70% from 255 or 35.71% from 504); Max value from RGB is 180 - color contains mainly: blue. Hex color #98ACB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98ACB4 is #67534B. Grayscale: #A6A6A6. Windows color (decimal): -6771532 or 11840664. OLE color: 11840664.

HSL color Cylindrical-coordinate representation of color #98ACB4: hue angle of 197.14º degrees, saturation: 0.16, 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 #98ACB4 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB152172180-
CMYK0.160.0400.29
HSL197.14º15.73%65.1%-
HSV(B)197.14º15.56%70.59%-
XYZ35.9439.4848.91-
YUV166.93135.37117.35-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.16%
GREEN value IS 172 (67.58% from 255) = 34.13%
BLUE value IS 180 (70.70% from 255) = 35.71%
R=30.16%
G=34.13%
B=35.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1521721800.160.0400.29197.1415.7365.1
Hex98ACB410401Dc51041
Octal23025426420403530520101
Binary1001100010101100101101001000010001110111000101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98ACB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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