Shades of Botticelli #95ACB5
Tints of Botticelli #95ACB5
RGB
CMYK
RGB Variations
Color information
#95ACB5 (or 0x95ACB5) is known color: Botticelli. HEX triplet: 95, AC and B5. RGB value is (149,172,181). Sum of RGB (Red+Green+Blue) = 149+172+181=502 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.68% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 181 (71.09% from 255 or 36.06% from 502); Max value from RGB is 181 - color contains mainly: blue. Hex color #95ACB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95ACB5 is #6A534A. Grayscale: #A6A6A6. Windows color (decimal): -6968139 or 11906197. OLE color: 11906197.
HSL color Cylindrical-coordinate representation of color #95ACB5: hue angle of 196.88º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #95ACB5 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 149 | 172 | 181 | - |
| CMYK | 0.18 | 0.05 | 0 | 0.29 |
| HSL | 196.88º | 0.18% | 0.65% | - |
| HSV(B) | 196.88º | 0.18% | 0.71% | - |
| XYZ | 35.49 | 39.23 | 49.42 | - |
| YUV | 166.15 | 136.38 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 172 | 181 | 0.18 | 0.05 | 0 | 0.29 | 196.88 | 0.18 | 0.65 |
| Hex | 95 | AC | B5 | 12 | 5 | 0 | 1D | C5 | 12 | 41 |
| Octal | 225 | 254 | 265 | 22 | 5 | 0 | 35 | 305 | 22 | 101 |
| Binary | 10010101 | 10101100 | 10110101 | 10010 | 101 | 0 | 11101 | 11000101 | 10010 | 1000001 |
Color Harmonies of #95ACB5
Complementary color
Monochromatic Colors of #95ACB5
Black with #95ACB5
Text Example
Text Example
White with #95ACB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95ACB5; }
p { color: rgb(149,172,181); }
H1.HeaderClassName
{
color: #95ACB5;
}
.AnyTagClassName
{
color: #95ACB5;
}
</style>
background-color css
<style>
a { background-color: #95ACB5; }
a { background-color: rgb(149,172,181); }
div.DivClassName
{
background-color: #95ACB5;
}
.BgClassName
{
background-color: #95ACB5;
}
</style>
border-color css
<style>
span { border-color: #95ACB5; }
span { border-color: rgb(149,172,181); }
td.TdClassName
{
border-color: #95ACB5;
}
.TagClassName
{
border-color: #95ACB5;
}
</style>