#98ACB3

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

Shades of Botticelli #98ACB3

Tints of Botticelli #98ACB3

Color information

#98ACB3 (or 0x98ACB3) is unknown color: approx Botticelli. HEX triplet: 98, AC and B3. RGB value is (152,172,179). Sum of RGB (Red+Green+Blue) = 152+172+179=503 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.22% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 179 (70.31% from 255 or 35.59% from 503); Max value from RGB is 179 - color contains mainly: blue. Hex color #98ACB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98ACB3 is #67534C. Grayscale: #A6A6A6. Windows color (decimal): -6771533 or 11775128. OLE color: 11775128.

HSL color Cylindrical-coordinate representation of color #98ACB3: hue angle of 195.56º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #98ACB3 is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB152172179-
CMYK0.150.0400.30
HSL195.56º15.08%64.9%-
HSV(B)195.56º15.08%70.2%-
XYZ35.8439.4448.37-
YUV166.82134.87117.43-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.22%
GREEN value IS 172 (67.58% from 255) = 34.19%
BLUE value IS 179 (70.31% from 255) = 35.59%
R=30.22%
G=34.19%
B=35.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1521721790.150.0400.30195.5615.0864.9
Hex98ACB3F401Ec4f41
Octal23025426317403630417101
Binary10011000101011001011001111111000111101100010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98ACB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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