#98B3B4

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

Shades of Botticelli #98B3B4

Tints of Botticelli #98B3B4

Color information

#98B3B4 (or 0x98B3B4) is unknown color: approx Botticelli. HEX triplet: 98, B3 and B4. RGB value is (152,179,180). Sum of RGB (Red+Green+Blue) = 152+179+180=511 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.75% from 511); Green value is 179 (70.31% from 255 or 35.03% from 511); Blue value is 180 (70.70% from 255 or 35.23% from 511); Max value from RGB is 180 - color contains mainly: blue. Hex color #98B3B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98B3B4 is #674C4B. Grayscale: #ABABAB. Windows color (decimal): -6769740 or 11842456. OLE color: 11842456.

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

Color convert

RGB152179180-
CMYK0.160.0100.29
HSL182.14º15.73%65.1%-
HSV(B)182.14º15.56%70.59%-
XYZ37.3142.2149.36-
YUV171.04133.05114.42-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.75%
GREEN value IS 179 (70.31% from 255) = 35.03%
BLUE value IS 180 (70.70% from 255) = 35.23%
R=29.75%
G=35.03%
B=35.23%

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
Decimal1521791800.160.0100.29182.1415.7365.1
Hex98B3B410101Db61041
Octal23026326420103526620101
Binary10011000101100111011010010000101110110110110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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