#98AEB5

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

Shades of Botticelli #98AEB5

Tints of Botticelli #98AEB5

Color information

#98AEB5 (or 0x98AEB5) is unknown color: approx Botticelli. HEX triplet: 98, AE and B5. RGB value is (152,174,181). Sum of RGB (Red+Green+Blue) = 152+174+181=507 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.98% from 507); Green value is 174 (68.36% from 255 or 34.32% from 507); Blue value is 181 (71.09% from 255 or 35.70% from 507); Max value from RGB is 181 - color contains mainly: blue. Hex color #98AEB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98AEB5 is #67514A. Grayscale: #A8A8A8. Windows color (decimal): -6771019 or 11906712. OLE color: 11906712.

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

Color convert

RGB152174181-
CMYK0.160.0400.29
HSL194.48º16.38%65.29%-
HSV(B)194.48º16.02%70.98%-
XYZ36.4340.2849.57-
YUV168.22135.21116.43-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.98%
GREEN value IS 174 (68.36% from 255) = 34.32%
BLUE value IS 181 (71.09% from 255) = 35.70%
R=29.98%
G=34.32%
B=35.70%

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
Decimal1521741810.160.0400.29194.4816.3865.29
Hex98AEB510401Dc21041
Octal23025626520403530220101
Binary1001100010101110101101011000010001110111000010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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