#97BCC3

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

Shades of Botticelli #97BCC3

Tints of Botticelli #97BCC3

Color information

#97BCC3 (or 0x97BCC3) is unknown color: approx Botticelli. HEX triplet: 97, BC and C3. RGB value is (151,188,195). Sum of RGB (Red+Green+Blue) = 151+188+195=534 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.28% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 195 (76.56% from 255 or 36.52% from 534); Max value from RGB is 195 - color contains mainly: blue. Hex color #97BCC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BCC3 is #68433C. Grayscale: #B1B1B1. Windows color (decimal): -6832957 or 12827799. OLE color: 12827799.

HSL color Cylindrical-coordinate representation of color #97BCC3: hue angle of 189.55º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #97BCC3 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB151188195-
CMYK0.230.0400.24
HSL189.55º26.83%67.84%-
HSV(B)189.55º22.56%76.47%-
XYZ40.646.4958.46-
YUV177.74137.74108.93-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.28%
GREEN value IS 188 (73.83% from 255) = 35.21%
BLUE value IS 195 (76.56% from 255) = 36.52%
R=28.28%
G=35.21%
B=36.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1511881950.230.0400.24189.5526.8367.84
Hex97BCC3174018be1b44
Octal22727430327403027633104
Binary1001011110111100110000111011110001100010111110110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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