#97B9BE

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

Shades of Botticelli #97B9BE

Tints of Botticelli #97B9BE

Color information

#97B9BE (or 0x97B9BE) is unknown color: approx Botticelli. HEX triplet: 97, B9 and BE. RGB value is (151,185,190). Sum of RGB (Red+Green+Blue) = 151+185+190=526 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.71% from 526); Green value is 185 (72.66% from 255 or 35.17% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 190 - color contains mainly: blue. Hex color #97B9BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97B9BE is #684641. Grayscale: #AFAFAF. Windows color (decimal): -6833730 or 12499351. OLE color: 12499351.

HSL color Cylindrical-coordinate representation of color #97B9BE: hue angle of 187.69º degrees, saturation: 0.23, 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 #97B9BE is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB151185190-
CMYK0.210.0300.25
HSL187.69º23.08%66.86%-
HSV(B)187.69º20.53%74.51%-
XYZ39.4144.9955.32-
YUV175.4136.24110.59-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.71%
GREEN value IS 185 (72.66% from 255) = 35.17%
BLUE value IS 190 (74.61% from 255) = 36.12%
R=28.71%
G=35.17%
B=36.12%

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
Decimal1511851900.210.0300.25187.6923.0866.86
Hex97B9BE153019bc1743
Octal22727127625303127427103
Binary100101111011100110111110101011101100110111100101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97B9BE; }

 p { color: rgb(151,185,190); }

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

<style>
 a { background-color: #97B9BE; }

 a { background-color: rgb(151,185,190); }

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

<style>
 span { border-color: #97B9BE; }

 span { border-color: rgb(151,185,190); }

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