#98B0B4

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

Shades of Botticelli #98B0B4

Tints of Botticelli #98B0B4

Color information

#98B0B4 (or 0x98B0B4) is unknown color: approx Botticelli. HEX triplet: 98, B0 and B4. RGB value is (152,176,180). Sum of RGB (Red+Green+Blue) = 152+176+180=508 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.92% from 508); Green value is 176 (69.14% from 255 or 34.65% from 508); Blue value is 180 (70.70% from 255 or 35.43% from 508); Max value from RGB is 180 - color contains mainly: blue. Hex color #98B0B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98B0B4 is #674F4B. Grayscale: #A9A9A9. Windows color (decimal): -6770508 or 11841688. OLE color: 11841688.

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

Color convert

RGB152176180-
CMYK0.160.0200.29
HSL188.57º15.73%65.1%-
HSV(B)188.57º15.56%70.59%-
XYZ36.7141.0249.16-
YUV169.28134.05115.67-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.92%
GREEN value IS 176 (69.14% from 255) = 34.65%
BLUE value IS 180 (70.70% from 255) = 35.43%
R=29.92%
G=34.65%
B=35.43%

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
Decimal1521761800.160.0200.29188.5715.7365.1
Hex98B0B410201Dbd1041
Octal23026026420203527520101
Binary100110001011000010110100100001001110110111101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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