#98B5BF

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

Shades of Botticelli #98B5BF

Tints of Botticelli #98B5BF

Color information

#98B5BF (or 0x98B5BF) is unknown color: approx Botticelli. HEX triplet: 98, B5 and BF. RGB value is (152,181,191). Sum of RGB (Red+Green+Blue) = 152+181+191=524 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.01% from 524); Green value is 181 (71.09% from 255 or 34.54% from 524); Blue value is 191 (75% from 255 or 36.45% from 524); Max value from RGB is 191 - color contains mainly: blue. Hex color #98B5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98B5BF is #674A40. Grayscale: #ADADAD. Windows color (decimal): -6769217 or 12563864. OLE color: 12563864.

HSL color Cylindrical-coordinate representation of color #98B5BF: hue angle of 195.38º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #98B5BF is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB152181191-
CMYK0.200.0500.25
HSL195.38º23.35%67.25%-
HSV(B)195.38º20.42%74.9%-
XYZ38.8843.4855.63-
YUV173.47137.89112.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.01%
GREEN value IS 181 (71.09% from 255) = 34.54%
BLUE value IS 191 (75% from 255) = 36.45%
R=29.01%
G=34.54%
B=36.45%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521811910.200.0500.25195.3823.3567.25
Hex98B5BF145019c31743
Octal23026527724503130327103
Binary1001100010110101101111111010010101100111000011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,181,191); }

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

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

 a { background-color: rgb(152,181,191); }

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

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

 span { border-color: rgb(152,181,191); }

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