Shades of Botticelli #95ADB0
Tints of Botticelli #95ADB0
RGB
CMYK
RGB Variations
Color information
#95ADB0 (or 0x95ADB0) is known color: Botticelli. HEX triplet: 95, AD and B0. RGB value is (149,173,176). Sum of RGB (Red+Green+Blue) = 149+173+176=498 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.92% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 176 (69.14% from 255 or 35.34% from 498); Max value from RGB is 176 - color contains mainly: blue. Hex color #95ADB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95ADB0 is #6A524F. Grayscale: #A6A6A6. Windows color (decimal): -6967888 or 11578773. OLE color: 11578773.
HSL color Cylindrical-coordinate representation of color #95ADB0: hue angle of 186.67º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #95ADB0 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 173 | 176 | - |
| CMYK | 0.15 | 0.02 | 0 | 0.31 |
| HSL | 186.67º | 0.15% | 0.64% | - |
| HSV(B) | 186.67º | 0.15% | 0.69% | - |
| XYZ | 35.17 | 39.41 | 46.83 | - |
| YUV | 166.17 | 133.55 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 173 | 176 | 0.15 | 0.02 | 0 | 0.31 | 186.67 | 0.15 | 0.64 |
| Hex | 95 | AD | B0 | F | 2 | 0 | 1F | BB | F | 40 |
| Octal | 225 | 255 | 260 | 17 | 2 | 0 | 37 | 273 | 17 | 100 |
| Binary | 10010101 | 10101101 | 10110000 | 1111 | 10 | 0 | 11111 | 10111011 | 1111 | 1000000 |
Color Harmonies of #95ADB0
Complementary color
Monochromatic Colors of #95ADB0
Black with #95ADB0
Text Example
Text Example
White with #95ADB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95ADB0; }
p { color: rgb(149,173,176); }
H1.HeaderClassName
{
color: #95ADB0;
}
.AnyTagClassName
{
color: #95ADB0;
}
</style>
background-color css
<style>
a { background-color: #95ADB0; }
a { background-color: rgb(149,173,176); }
div.DivClassName
{
background-color: #95ADB0;
}
.BgClassName
{
background-color: #95ADB0;
}
</style>
border-color css
<style>
span { border-color: #95ADB0; }
span { border-color: rgb(149,173,176); }
td.TdClassName
{
border-color: #95ADB0;
}
.TagClassName
{
border-color: #95ADB0;
}
</style>