#98B3BC

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

Shades of Botticelli #98B3BC

Tints of Botticelli #98B3BC

Color information

#98B3BC (or 0x98B3BC) is unknown color: approx Botticelli. HEX triplet: 98, B3 and BC. RGB value is (152,179,188). Sum of RGB (Red+Green+Blue) = 152+179+188=519 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.29% from 519); Green value is 179 (70.31% from 255 or 34.49% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 188 - color contains mainly: blue. Hex color #98B3BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98B3BC is #674C43. Grayscale: #ABABAB. Windows color (decimal): -6769732 or 12366744. OLE color: 12366744.

HSL color Cylindrical-coordinate representation of color #98B3BC: hue angle of 195º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #98B3BC is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB152179188-
CMYK0.190.0500.26
HSL195º21.18%66.67%-
HSV(B)195º19.15%73.73%-
XYZ38.1542.5553.78-
YUV171.95137.05113.77-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.29%
GREEN value IS 179 (70.31% from 255) = 34.49%
BLUE value IS 188 (73.83% from 255) = 36.22%
R=29.29%
G=34.49%
B=36.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1521791880.190.0500.2619521.1866.67
Hex98B3BC13501Ac31543
Octal23026327423503230325103
Binary1001100010110011101111001001110101101011000011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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