Shades of Botticelli #95BCC1
Tints of Botticelli #95BCC1
RGB
CMYK
RGB Variations
Color information
#95BCC1 (or 0x95BCC1) is known color: Botticelli. HEX triplet: 95, BC and C1. RGB value is (149,188,193). Sum of RGB (Red+Green+Blue) = 149+188+193=530 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.11% from 530); Green value is 188 (73.83% from 255 or 35.47% from 530); Blue value is 193 (75.78% from 255 or 36.42% from 530); Max value from RGB is 193 - color contains mainly: blue. Hex color #95BCC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BCC1 is #6A433E. Grayscale: #B0B0B0. Windows color (decimal): -6964031 or 12696725. OLE color: 12696725.
HSL color Cylindrical-coordinate representation of color #95BCC1: hue angle of 186.82º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #95BCC1 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 188 | 193 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.24 |
| HSL | 186.82º | 0.26% | 0.67% | - |
| HSV(B) | 186.82º | 0.23% | 0.76% | - |
| XYZ | 40 | 46.21 | 57.26 | - |
| YUV | 176.91 | 137.08 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 188 | 193 | 0.23 | 0.03 | 0 | 0.24 | 186.82 | 0.26 | 0.67 |
| Hex | 95 | BC | C1 | 17 | 3 | 0 | 18 | BB | 1A | 43 |
| Octal | 225 | 274 | 301 | 27 | 3 | 0 | 30 | 273 | 32 | 103 |
| Binary | 10010101 | 10111100 | 11000001 | 10111 | 11 | 0 | 11000 | 10111011 | 11010 | 1000011 |
Color Harmonies of #95BCC1
Complementary color
Monochromatic Colors of #95BCC1
Black with #95BCC1
Text Example
Text Example
White with #95BCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BCC1; }
p { color: rgb(149,188,193); }
H1.HeaderClassName
{
color: #95BCC1;
}
.AnyTagClassName
{
color: #95BCC1;
}
</style>
background-color css
<style>
a { background-color: #95BCC1; }
a { background-color: rgb(149,188,193); }
div.DivClassName
{
background-color: #95BCC1;
}
.BgClassName
{
background-color: #95BCC1;
}
</style>
border-color css
<style>
span { border-color: #95BCC1; }
span { border-color: rgb(149,188,193); }
td.TdClassName
{
border-color: #95BCC1;
}
.TagClassName
{
border-color: #95BCC1;
}
</style>