#98B2B5

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

Shades of Botticelli #98B2B5

Tints of Botticelli #98B2B5

Color information

#98B2B5 (or 0x98B2B5) is unknown color: approx Botticelli. HEX triplet: 98, B2 and B5. RGB value is (152,178,181). Sum of RGB (Red+Green+Blue) = 152+178+181=511 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.75% from 511); Green value is 178 (69.92% from 255 or 34.83% from 511); Blue value is 181 (71.09% from 255 or 35.42% from 511); Max value from RGB is 181 - color contains mainly: blue. Hex color #98B2B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98B2B5 is #674D4A. Grayscale: #AAAAAA. Windows color (decimal): -6769995 or 11907736. OLE color: 11907736.

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

Color convert

RGB152178181-
CMYK0.160.0200.29
HSL186.21º16.38%65.29%-
HSV(B)186.21º16.02%70.98%-
XYZ37.2141.8549.83-
YUV170.57133.89114.76-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.75%
GREEN value IS 178 (69.92% from 255) = 34.83%
BLUE value IS 181 (71.09% from 255) = 35.42%
R=29.75%
G=34.83%
B=35.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1521781810.160.0200.29186.2116.3865.29
Hex98B2B510201Dba1041
Octal23026226520203527220101
Binary100110001011001010110101100001001110110111010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B2B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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