Shades of Botticelli #95BBC5
Tints of Botticelli #95BBC5
RGB
CMYK
RGB Variations
Color information
#95BBC5 (or 0x95BBC5) is known color: Botticelli. HEX triplet: 95, BB and C5. RGB value is (149,187,197). Sum of RGB (Red+Green+Blue) = 149+187+197=533 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.95% from 533); Green value is 187 (73.44% from 255 or 35.08% from 533); Blue value is 197 (77.34% from 255 or 36.96% from 533); Max value from RGB is 197 - color contains mainly: blue. Hex color #95BBC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BBC5 is #6A443A. Grayscale: #B0B0B0. Windows color (decimal): -6964283 or 12958613. OLE color: 12958613.
HSL color Cylindrical-coordinate representation of color #95BBC5: hue angle of 192.5º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #95BBC5 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 149 | 187 | 197 | - |
| CMYK | 0.24 | 0.05 | 0 | 0.23 |
| HSL | 192.5º | 0.29% | 0.68% | - |
| HSV(B) | 192.5º | 0.24% | 0.77% | - |
| XYZ | 40.24 | 45.96 | 59.57 | - |
| YUV | 176.78 | 139.41 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 187 | 197 | 0.24 | 0.05 | 0 | 0.23 | 192.5 | 0.29 | 0.68 |
| Hex | 95 | BB | C5 | 18 | 5 | 0 | 17 | C0 | 1D | 44 |
| Octal | 225 | 273 | 305 | 30 | 5 | 0 | 27 | 300 | 35 | 104 |
| Binary | 10010101 | 10111011 | 11000101 | 11000 | 101 | 0 | 10111 | 11000000 | 11101 | 1000100 |
Color Harmonies of #95BBC5
Complementary color
Monochromatic Colors of #95BBC5
Black with #95BBC5
Text Example
Text Example
White with #95BBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BBC5; }
p { color: rgb(149,187,197); }
H1.HeaderClassName
{
color: #95BBC5;
}
.AnyTagClassName
{
color: #95BBC5;
}
</style>
background-color css
<style>
a { background-color: #95BBC5; }
a { background-color: rgb(149,187,197); }
div.DivClassName
{
background-color: #95BBC5;
}
.BgClassName
{
background-color: #95BBC5;
}
</style>
border-color css
<style>
span { border-color: #95BBC5; }
span { border-color: rgb(149,187,197); }
td.TdClassName
{
border-color: #95BBC5;
}
.TagClassName
{
border-color: #95BBC5;
}
</style>