Shades of Botticelli #95A8B0
Tints of Botticelli #95A8B0
RGB
CMYK
RGB Variations
Color information
#95A8B0 (or 0x95A8B0) is known color: Botticelli. HEX triplet: 95, A8 and B0. RGB value is (149,168,176). Sum of RGB (Red+Green+Blue) = 149+168+176=493 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.22% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 176 (69.14% from 255 or 35.70% from 493); Max value from RGB is 176 - color contains mainly: blue. Hex color #95A8B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A8B0 is #6A574F. Grayscale: #A3A3A3. Windows color (decimal): -6969168 or 11577493. OLE color: 11577493.
HSL color Cylindrical-coordinate representation of color #95A8B0: hue angle of 197.78º 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 #95A8B0 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 168 | 176 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.31 |
| HSL | 197.78º | 0.15% | 0.64% | - |
| HSV(B) | 197.78º | 0.15% | 0.69% | - |
| XYZ | 34.23 | 37.53 | 46.51 | - |
| YUV | 163.23 | 135.21 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 168 | 176 | 0.15 | 0.05 | 0 | 0.31 | 197.78 | 0.15 | 0.64 |
| Hex | 95 | A8 | B0 | F | 5 | 0 | 1F | C6 | F | 40 |
| Octal | 225 | 250 | 260 | 17 | 5 | 0 | 37 | 306 | 17 | 100 |
| Binary | 10010101 | 10101000 | 10110000 | 1111 | 101 | 0 | 11111 | 11000110 | 1111 | 1000000 |
Color Harmonies of #95A8B0
Complementary color
Monochromatic Colors of #95A8B0
Black with #95A8B0
Text Example
Text Example
White with #95A8B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A8B0; }
p { color: rgb(149,168,176); }
H1.HeaderClassName
{
color: #95A8B0;
}
.AnyTagClassName
{
color: #95A8B0;
}
</style>
background-color css
<style>
a { background-color: #95A8B0; }
a { background-color: rgb(149,168,176); }
div.DivClassName
{
background-color: #95A8B0;
}
.BgClassName
{
background-color: #95A8B0;
}
</style>
border-color css
<style>
span { border-color: #95A8B0; }
span { border-color: rgb(149,168,176); }
td.TdClassName
{
border-color: #95A8B0;
}
.TagClassName
{
border-color: #95A8B0;
}
</style>