#98B1B4

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

Shades of Botticelli #98B1B4

Tints of Botticelli #98B1B4

Color information

#98B1B4 (or 0x98B1B4) is unknown color: approx Botticelli. HEX triplet: 98, B1 and B4. RGB value is (152,177,180). Sum of RGB (Red+Green+Blue) = 152+177+180=509 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.86% from 509); Green value is 177 (69.53% from 255 or 34.77% from 509); Blue value is 180 (70.70% from 255 or 35.36% from 509); Max value from RGB is 180 - color contains mainly: blue. Hex color #98B1B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98B1B4 is #674E4B. Grayscale: #A9A9A9. Windows color (decimal): -6770252 or 11841944. OLE color: 11841944.

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

Color convert

RGB152177180-
CMYK0.160.0200.29
HSL186.43º15.73%65.1%-
HSV(B)186.43º15.56%70.59%-
XYZ36.9141.4149.23-
YUV169.87133.72115.26-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.86%
GREEN value IS 177 (69.53% from 255) = 34.77%
BLUE value IS 180 (70.70% from 255) = 35.36%
R=29.86%
G=34.77%
B=35.36%

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
Decimal1521771800.160.0200.29186.4315.7365.1
Hex98B1B410201Dba1041
Octal23026126420203527220101
Binary100110001011000110110100100001001110110111010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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