#98BAC0

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

Shades of Botticelli #98BAC0

Tints of Botticelli #98BAC0

Color information

#98BAC0 (or 0x98BAC0) is unknown color: approx Botticelli. HEX triplet: 98, BA and C0. RGB value is (152,186,192). Sum of RGB (Red+Green+Blue) = 152+186+192=530 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.68% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 192 (75.39% from 255 or 36.23% from 530); Max value from RGB is 192 - color contains mainly: blue. Hex color #98BAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BAC0 is #67453F. Grayscale: #B0B0B0. Windows color (decimal): -6767936 or 12630680. OLE color: 12630680.

HSL color Cylindrical-coordinate representation of color #98BAC0: hue angle of 189º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #98BAC0 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB152186192-
CMYK0.210.0300.25
HSL189º24.1%67.45%-
HSV(B)189º20.83%75.29%-
XYZ40.0245.656.56-
YUV176.52136.74110.51-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.68%
GREEN value IS 186 (73.05% from 255) = 35.09%
BLUE value IS 192 (75.39% from 255) = 36.23%
R=28.68%
G=35.09%
B=36.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521861920.210.0300.2518924.167.45
Hex98BAC0153019bd1843
Octal23027230025303127530103
Binary100110001011101011000000101011101100110111101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,186,192); }

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

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

 a { background-color: rgb(152,186,192); }

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

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

 span { border-color: rgb(152,186,192); }

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