#98B4BA

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

Shades of Botticelli #98B4BA

Tints of Botticelli #98B4BA

Color information

#98B4BA (or 0x98B4BA) is unknown color: approx Botticelli. HEX triplet: 98, B4 and BA. RGB value is (152,180,186). Sum of RGB (Red+Green+Blue) = 152+180+186=518 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.34% from 518); Green value is 180 (70.70% from 255 or 34.75% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 186 - color contains mainly: blue. Hex color #98B4BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98B4BA is #674B45. Grayscale: #ACACAC. Windows color (decimal): -6769478 or 12235928. OLE color: 12235928.

HSL color Cylindrical-coordinate representation of color #98B4BA: hue angle of 190.59º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #98B4BA is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB152180186-
CMYK0.180.0300.27
HSL190.59º19.77%66.27%-
HSV(B)190.59º18.28%72.94%-
XYZ38.1342.8652.72-
YUV172.31135.72113.51-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.34%
GREEN value IS 180 (70.70% from 255) = 34.75%
BLUE value IS 186 (73.05% from 255) = 35.91%
R=29.34%
G=34.75%
B=35.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1521801860.180.0300.27190.5919.7766.27
Hex98B4BA12301Bbf1442
Octal23026427222303327724102
Binary100110001011010010111010100101101101110111111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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