#98B4BF

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

Shades of Botticelli #98B4BF

Tints of Botticelli #98B4BF

Color information

#98B4BF (or 0x98B4BF) is unknown color: approx Botticelli. HEX triplet: 98, B4 and BF. RGB value is (152,180,191). Sum of RGB (Red+Green+Blue) = 152+180+191=523 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.06% from 523); Green value is 180 (70.70% from 255 or 34.42% from 523); Blue value is 191 (75% from 255 or 36.52% from 523); Max value from RGB is 191 - color contains mainly: blue. Hex color #98B4BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98B4BF is #674B40. Grayscale: #ACACAC. Windows color (decimal): -6769473 or 12563608. OLE color: 12563608.

HSL color Cylindrical-coordinate representation of color #98B4BF: hue angle of 196.92º 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 #98B4BF is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB152180191-
CMYK0.200.0600.25
HSL196.92º23.35%67.25%-
HSV(B)196.92º20.42%74.9%-
XYZ38.6743.0855.57-
YUV172.88138.22113.11-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.06%
GREEN value IS 180 (70.70% from 255) = 34.42%
BLUE value IS 191 (75% from 255) = 36.52%
R=29.06%
G=34.42%
B=36.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521801910.200.0600.25196.9223.3567.25
Hex98B4BF146019c51743
Octal23026427724603130527103
Binary1001100010110100101111111010011001100111000101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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