#97BBBD

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

Shades of Botticelli #97BBBD

Tints of Botticelli #97BBBD

Color information

#97BBBD (or 0x97BBBD) is unknown color: approx Botticelli. HEX triplet: 97, BB and BD. RGB value is (151,187,189). Sum of RGB (Red+Green+Blue) = 151+187+189=527 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.65% from 527); Green value is 187 (73.44% from 255 or 35.48% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 189 - color contains mainly: blue. Hex color #97BBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BBBD is #684442. Grayscale: #B0B0B0. Windows color (decimal): -6833219 or 12434327. OLE color: 12434327.

HSL color Cylindrical-coordinate representation of color #97BBBD: hue angle of 183.16º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #97BBBD is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB151187189-
CMYK0.200.0100.26
HSL183.16º22.35%66.67%-
HSV(B)183.16º20.11%74.12%-
XYZ39.7245.7954.89-
YUV176.46135.07109.84-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.65%
GREEN value IS 187 (73.44% from 255) = 35.48%
BLUE value IS 189 (74.22% from 255) = 35.86%
R=28.65%
G=35.48%
B=35.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1511871890.200.0100.26183.1622.3566.67
Hex97BBBD14101Ab71643
Octal22727327524103226726103
Binary10010111101110111011110110100101101010110111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,187,189); }

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

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

 a { background-color: rgb(151,187,189); }

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

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

 span { border-color: rgb(151,187,189); }

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