Shades of Botticelli #97ADB5
Tints of Botticelli #97ADB5
RGB
CMYK
RGB Variations
Color information
#97ADB5 (or 0x97ADB5) is known color: Botticelli. HEX triplet: 97, AD and B5. RGB value is (151,173,181). Sum of RGB (Red+Green+Blue) = 151+173+181=505 (66% of max value = 765). Red value is 151 (59.38% from 255 or 29.90% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 181 (71.09% from 255 or 35.84% from 505); Max value from RGB is 181 - color contains mainly: blue. Hex color #97ADB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97ADB5 is #68524A. Grayscale: #A7A7A7. Windows color (decimal): -6836811 or 11906455. OLE color: 11906455.
HSL color Cylindrical-coordinate representation of color #97ADB5: hue angle of 196º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #97ADB5 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 151 | 173 | 181 | - |
CMYK | 0.17 | 0.04 | 0 | 0.29 |
HSL | 196º | 0.17% | 0.65% | - |
HSV(B) | 196º | 0.17% | 0.71% | - |
XYZ | 36.05 | 39.8 | 49.5 | - |
YUV | 167.33 | 135.71 | 116.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 151 | 173 | 181 | 0.17 | 0.04 | 0 | 0.29 | 196 | 0.17 | 0.65 |
Hex | 97 | AD | B5 | 11 | 4 | 0 | 1D | C4 | 11 | 41 |
Octal | 227 | 255 | 265 | 21 | 4 | 0 | 35 | 304 | 21 | 101 |
Binary | 10010111 | 10101101 | 10110101 | 10001 | 100 | 0 | 11101 | 11000100 | 10001 | 1000001 |
Color Harmonies of #97ADB5
Complementary color
Monochromatic Colors of #97ADB5
Black with #97ADB5
Text Example
Text Example
White with #97ADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97ADB5; }
p { color: rgb(151,173,181); }
H1.HeaderClassName
{
color: #97ADB5;
}
.AnyTagClassName
{
color: #97ADB5;
}
</style>
background-color css
<style>
a { background-color: #97ADB5; }
a { background-color: rgb(151,173,181); }
div.DivClassName
{
background-color: #97ADB5;
}
.BgClassName
{
background-color: #97ADB5;
}
</style>
border-color css
<style>
span { border-color: #97ADB5; }
span { border-color: rgb(151,173,181); }
td.TdClassName
{
border-color: #97ADB5;
}
.TagClassName
{
border-color: #97ADB5;
}
</style>