Shades of Botticelli #95BCC2
Tints of Botticelli #95BCC2
RGB
CMYK
RGB Variations
Color information
#95BCC2 (or 0x95BCC2) is known color: Botticelli. HEX triplet: 95, BC and C2. RGB value is (149,188,194). Sum of RGB (Red+Green+Blue) = 149+188+194=531 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.06% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 194 (76.17% from 255 or 36.53% from 531); Max value from RGB is 194 - color contains mainly: blue. Hex color #95BCC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BCC2 is #6A433D. Grayscale: #B0B0B0. Windows color (decimal): -6964030 or 12762261. OLE color: 12762261.
HSL color Cylindrical-coordinate representation of color #95BCC2: hue angle of 188º degrees, saturation: 0.27, 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 #95BCC2 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 188 | 194 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.24 |
| HSL | 188º | 0.27% | 0.67% | - |
| HSV(B) | 188º | 0.23% | 0.76% | - |
| XYZ | 40.12 | 46.25 | 57.85 | - |
| YUV | 177.02 | 137.58 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 188 | 194 | 0.23 | 0.03 | 0 | 0.24 | 188 | 0.27 | 0.67 |
| Hex | 95 | BC | C2 | 17 | 3 | 0 | 18 | BC | 1B | 43 |
| Octal | 225 | 274 | 302 | 27 | 3 | 0 | 30 | 274 | 33 | 103 |
| Binary | 10010101 | 10111100 | 11000010 | 10111 | 11 | 0 | 11000 | 10111100 | 11011 | 1000011 |
Color Harmonies of #95BCC2
Complementary color
Monochromatic Colors of #95BCC2
Black with #95BCC2
Text Example
Text Example
White with #95BCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BCC2; }
p { color: rgb(149,188,194); }
H1.HeaderClassName
{
color: #95BCC2;
}
.AnyTagClassName
{
color: #95BCC2;
}
</style>
background-color css
<style>
a { background-color: #95BCC2; }
a { background-color: rgb(149,188,194); }
div.DivClassName
{
background-color: #95BCC2;
}
.BgClassName
{
background-color: #95BCC2;
}
</style>
border-color css
<style>
span { border-color: #95BCC2; }
span { border-color: rgb(149,188,194); }
td.TdClassName
{
border-color: #95BCC2;
}
.TagClassName
{
border-color: #95BCC2;
}
</style>