Shades of Botticelli #95B8C0
Tints of Botticelli #95B8C0
RGB
CMYK
RGB Variations
Color information
#95B8C0 (or 0x95B8C0) is known color: Botticelli. HEX triplet: 95, B8 and C0. RGB value is (149,184,192). Sum of RGB (Red+Green+Blue) = 149+184+192=525 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.38% from 525); Green value is 184 (72.27% from 255 or 35.05% from 525); Blue value is 192 (75.39% from 255 or 36.57% from 525); Max value from RGB is 192 - color contains mainly: blue. Hex color #95B8C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95B8C0 is #6A473F. Grayscale: #AEAEAE. Windows color (decimal): -6965056 or 12630165. OLE color: 12630165.
HSL color Cylindrical-coordinate representation of color #95B8C0: hue angle of 191.16º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #95B8C0 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 184 | 192 | - |
| CMYK | 0.22 | 0.04 | 0 | 0.25 |
| HSL | 191.16º | 0.25% | 0.67% | - |
| HSV(B) | 191.16º | 0.22% | 0.75% | - |
| XYZ | 39.05 | 44.48 | 56.4 | - |
| YUV | 174.45 | 137.9 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 184 | 192 | 0.22 | 0.04 | 0 | 0.25 | 191.16 | 0.25 | 0.67 |
| Hex | 95 | B8 | C0 | 16 | 4 | 0 | 19 | BF | 19 | 43 |
| Octal | 225 | 270 | 300 | 26 | 4 | 0 | 31 | 277 | 31 | 103 |
| Binary | 10010101 | 10111000 | 11000000 | 10110 | 100 | 0 | 11001 | 10111111 | 11001 | 1000011 |
Color Harmonies of #95B8C0
Complementary color
Monochromatic Colors of #95B8C0
Black with #95B8C0
Text Example
Text Example
White with #95B8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B8C0; }
p { color: rgb(149,184,192); }
H1.HeaderClassName
{
color: #95B8C0;
}
.AnyTagClassName
{
color: #95B8C0;
}
</style>
background-color css
<style>
a { background-color: #95B8C0; }
a { background-color: rgb(149,184,192); }
div.DivClassName
{
background-color: #95B8C0;
}
.BgClassName
{
background-color: #95B8C0;
}
</style>
border-color css
<style>
span { border-color: #95B8C0; }
span { border-color: rgb(149,184,192); }
td.TdClassName
{
border-color: #95B8C0;
}
.TagClassName
{
border-color: #95B8C0;
}
</style>