Shades of Botticelli #95BBC2
Tints of Botticelli #95BBC2
RGB
CMYK
RGB Variations
Color information
#95BBC2 (or 0x95BBC2) is known color: Botticelli. HEX triplet: 95, BB and C2. RGB value is (149,187,194). Sum of RGB (Red+Green+Blue) = 149+187+194=530 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.11% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 194 (76.17% from 255 or 36.60% from 530); Max value from RGB is 194 - color contains mainly: blue. Hex color #95BBC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BBC2 is #6A443D. Grayscale: #B0B0B0. Windows color (decimal): -6964286 or 12762005. OLE color: 12762005.
HSL color Cylindrical-coordinate representation of color #95BBC2: hue angle of 189.33º 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 #95BBC2 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 187 | 194 | - |
| CMYK | 0.23 | 0.04 | 0 | 0.24 |
| HSL | 189.33º | 0.27% | 0.67% | - |
| HSV(B) | 189.33º | 0.23% | 0.76% | - |
| XYZ | 39.9 | 45.83 | 57.78 | - |
| YUV | 176.44 | 137.91 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 187 | 194 | 0.23 | 0.04 | 0 | 0.24 | 189.33 | 0.27 | 0.67 |
| Hex | 95 | BB | C2 | 17 | 4 | 0 | 18 | BD | 1B | 43 |
| Octal | 225 | 273 | 302 | 27 | 4 | 0 | 30 | 275 | 33 | 103 |
| Binary | 10010101 | 10111011 | 11000010 | 10111 | 100 | 0 | 11000 | 10111101 | 11011 | 1000011 |
Color Harmonies of #95BBC2
Complementary color
Monochromatic Colors of #95BBC2
Black with #95BBC2
Text Example
Text Example
White with #95BBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BBC2; }
p { color: rgb(149,187,194); }
H1.HeaderClassName
{
color: #95BBC2;
}
.AnyTagClassName
{
color: #95BBC2;
}
</style>
background-color css
<style>
a { background-color: #95BBC2; }
a { background-color: rgb(149,187,194); }
div.DivClassName
{
background-color: #95BBC2;
}
.BgClassName
{
background-color: #95BBC2;
}
</style>
border-color css
<style>
span { border-color: #95BBC2; }
span { border-color: rgb(149,187,194); }
td.TdClassName
{
border-color: #95BBC2;
}
.TagClassName
{
border-color: #95BBC2;
}
</style>