Shades of Botticelli #95BDBF
Tints of Botticelli #95BDBF
RGB
CMYK
RGB Variations
Color information
#95BDBF (or 0x95BDBF) is known color: Botticelli. HEX triplet: 95, BD and BF. RGB value is (149,189,191). Sum of RGB (Red+Green+Blue) = 149+189+191=529 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.17% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 191 (75% from 255 or 36.11% from 529); Max value from RGB is 191 - color contains mainly: blue. Hex color #95BDBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BDBF is #6A4240. Grayscale: #B1B1B1. Windows color (decimal): -6963777 or 12565909. OLE color: 12565909.
HSL color Cylindrical-coordinate representation of color #95BDBF: hue angle of 182.86º 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 #95BDBF is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 189 | 191 | - |
| CMYK | 0.22 | 0.01 | 0 | 0.25 |
| HSL | 182.86º | 0.25% | 0.67% | - |
| HSV(B) | 182.86º | 0.22% | 0.75% | - |
| XYZ | 40 | 46.55 | 56.17 | - |
| YUV | 177.27 | 135.75 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 189 | 191 | 0.22 | 0.01 | 0 | 0.25 | 182.86 | 0.25 | 0.67 |
| Hex | 95 | BD | BF | 16 | 1 | 0 | 19 | B7 | 19 | 43 |
| Octal | 225 | 275 | 277 | 26 | 1 | 0 | 31 | 267 | 31 | 103 |
| Binary | 10010101 | 10111101 | 10111111 | 10110 | 1 | 0 | 11001 | 10110111 | 11001 | 1000011 |
Color Harmonies of #95BDBF
Complementary color
Monochromatic Colors of #95BDBF
Black with #95BDBF
Text Example
Text Example
White with #95BDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BDBF; }
p { color: rgb(149,189,191); }
H1.HeaderClassName
{
color: #95BDBF;
}
.AnyTagClassName
{
color: #95BDBF;
}
</style>
background-color css
<style>
a { background-color: #95BDBF; }
a { background-color: rgb(149,189,191); }
div.DivClassName
{
background-color: #95BDBF;
}
.BgClassName
{
background-color: #95BDBF;
}
</style>
border-color css
<style>
span { border-color: #95BDBF; }
span { border-color: rgb(149,189,191); }
td.TdClassName
{
border-color: #95BDBF;
}
.TagClassName
{
border-color: #95BDBF;
}
</style>