#98B3B5

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

Shades of Botticelli #98B3B5

Tints of Botticelli #98B3B5

Color information

#98B3B5 (or 0x98B3B5) is unknown color: approx Botticelli. HEX triplet: 98, B3 and B5. RGB value is (152,179,181). Sum of RGB (Red+Green+Blue) = 152+179+181=512 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.69% from 512); Green value is 179 (70.31% from 255 or 34.96% from 512); Blue value is 181 (71.09% from 255 or 35.35% from 512); Max value from RGB is 181 - color contains mainly: blue. Hex color #98B3B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98B3B5 is #674C4A. Grayscale: #ABABAB. Windows color (decimal): -6769739 or 11907992. OLE color: 11907992.

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

Color convert

RGB152179181-
CMYK0.160.0100.29
HSL184.14º16.38%65.29%-
HSV(B)184.14º16.02%70.98%-
XYZ37.4142.2549.9-
YUV171.15133.55114.34-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.69%
GREEN value IS 179 (70.31% from 255) = 34.96%
BLUE value IS 181 (71.09% from 255) = 35.35%
R=29.69%
G=34.96%
B=35.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1521791810.160.0100.29184.1416.3865.29
Hex98B3B510101Db81041
Octal23026326520103527020101
Binary10011000101100111011010110000101110110111000100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B3B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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