#97BABE

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

Shades of Botticelli #97BABE

Tints of Botticelli #97BABE

Color information

#97BABE (or 0x97BABE) is unknown color: approx Botticelli. HEX triplet: 97, BA and BE. RGB value is (151,186,190). Sum of RGB (Red+Green+Blue) = 151+186+190=527 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.65% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 190 - color contains mainly: blue. Hex color #97BABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BABE is #684541. Grayscale: #AFAFAF. Windows color (decimal): -6833474 or 12499607. OLE color: 12499607.

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

Color convert

RGB151186190-
CMYK0.210.0200.25
HSL186.15º23.08%66.86%-
HSV(B)186.15º20.53%74.51%-
XYZ39.6245.4155.39-
YUV175.99135.9110.17-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.65%
GREEN value IS 186 (73.05% from 255) = 35.29%
BLUE value IS 190 (74.61% from 255) = 36.05%
R=28.65%
G=35.29%
B=36.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511861900.210.0200.25186.1523.0866.86
Hex97BABE152019ba1743
Octal22727227625203127227103
Binary100101111011101010111110101011001100110111010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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