#97BCC1

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

Shades of Botticelli #97BCC1

Tints of Botticelli #97BCC1

Color information

#97BCC1 (or 0x97BCC1) is unknown color: approx Botticelli. HEX triplet: 97, BC and C1. RGB value is (151,188,193). Sum of RGB (Red+Green+Blue) = 151+188+193=532 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.38% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 193 (75.78% from 255 or 36.28% from 532); Max value from RGB is 193 - color contains mainly: blue. Hex color #97BCC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BCC1 is #68433E. Grayscale: #B1B1B1. Windows color (decimal): -6832959 or 12696727. OLE color: 12696727.

HSL color Cylindrical-coordinate representation of color #97BCC1: hue angle of 187.14º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #97BCC1 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB151188193-
CMYK0.220.0300.24
HSL187.14º25.3%67.45%-
HSV(B)187.14º21.76%75.69%-
XYZ40.3746.457.28-
YUV177.51136.74109.09-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.38%
GREEN value IS 188 (73.83% from 255) = 35.34%
BLUE value IS 193 (75.78% from 255) = 36.28%
R=28.38%
G=35.34%
B=36.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1511881930.220.0300.24187.1425.367.45
Hex97BCC1163018bb1943
Octal22727430126303027331103
Binary100101111011110011000001101101101100010111011110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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