#98ABB3

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

Shades of Botticelli #98ABB3

Tints of Botticelli #98ABB3

Color information

#98ABB3 (or 0x98ABB3) is unknown color: approx Botticelli. HEX triplet: 98, AB and B3. RGB value is (152,171,179). Sum of RGB (Red+Green+Blue) = 152+171+179=502 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.28% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 179 (70.31% from 255 or 35.66% from 502); Max value from RGB is 179 - color contains mainly: blue. Hex color #98ABB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98ABB3 is #67544C. Grayscale: #A6A6A6. Windows color (decimal): -6771789 or 11774872. OLE color: 11774872.

HSL color Cylindrical-coordinate representation of color #98ABB3: hue angle of 197.78º 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 #98ABB3 is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB152171179-
CMYK0.150.0400.30
HSL197.78º15.08%64.9%-
HSV(B)197.78º15.08%70.2%-
XYZ35.6539.0648.31-
YUV166.23135.21117.85-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.28%
GREEN value IS 171 (67.19% from 255) = 34.06%
BLUE value IS 179 (70.31% from 255) = 35.66%
R=30.28%
G=34.06%
B=35.66%

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
Decimal1521711790.150.0400.30197.7815.0864.9
Hex98ABB3F401Ec6f41
Octal23025326317403630617101
Binary10011000101010111011001111111000111101100011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98ABB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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