#97BCC5

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

Shades of Botticelli #97BCC5

Tints of Botticelli #97BCC5

Color information

#97BCC5 (or 0x97BCC5) is unknown color: approx Botticelli. HEX triplet: 97, BC and C5. RGB value is (151,188,197). Sum of RGB (Red+Green+Blue) = 151+188+197=536 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.17% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 197 (77.34% from 255 or 36.75% from 536); Max value from RGB is 197 - color contains mainly: blue. Hex color #97BCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BCC5 is #68433A. Grayscale: #B1B1B1. Windows color (decimal): -6832955 or 12958871. OLE color: 12958871.

HSL color Cylindrical-coordinate representation of color #97BCC5: hue angle of 191.74º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #97BCC5 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB151188197-
CMYK0.230.0500.23
HSL191.74º28.4%68.24%-
HSV(B)191.74º23.35%77.25%-
XYZ40.8246.5859.66-
YUV177.96138.74108.77-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.17%
GREEN value IS 188 (73.83% from 255) = 35.07%
BLUE value IS 197 (77.34% from 255) = 36.75%
R=28.17%
G=35.07%
B=36.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1511881970.230.0500.23191.7428.468.24
Hex97BCC5175017c01c44
Octal22727430527502730034104
Binary1001011110111100110001011011110101011111000000111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,188,197); }

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

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

 a { background-color: rgb(151,188,197); }

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

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

 span { border-color: rgb(151,188,197); }

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