Shades of Botticelli #93BDBF
Tints of Botticelli #93BDBF
RGB
CMYK
RGB Variations
Color information
#93BDBF (or 0x93BDBF) is known color: Botticelli. HEX triplet: 93, BD and BF. RGB value is (147,189,191). Sum of RGB (Red+Green+Blue) = 147+189+191=527 (69% of max value = 765). Red value is 147 (57.81% from 255 or 27.89% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 191 - color contains mainly: blue. Hex color #93BDBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BDBF is #6C4240. Grayscale: #B0B0B0. Windows color (decimal): -7094849 or 12565907. OLE color: 12565907.
HSL color Cylindrical-coordinate representation of color #93BDBF: hue angle of 182.73º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #93BDBF is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 189 | 191 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.25 |
| HSL | 182.73º | 0.26% | 0.66% | - |
| HSV(B) | 182.73º | 0.23% | 0.75% | - |
| XYZ | 39.63 | 46.36 | 56.15 | - |
| YUV | 176.67 | 136.09 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 189 | 191 | 0.23 | 0.01 | 0 | 0.25 | 182.73 | 0.26 | 0.66 |
| Hex | 93 | BD | BF | 17 | 1 | 0 | 19 | B7 | 1A | 42 |
| Octal | 223 | 275 | 277 | 27 | 1 | 0 | 31 | 267 | 32 | 102 |
| Binary | 10010011 | 10111101 | 10111111 | 10111 | 1 | 0 | 11001 | 10110111 | 11010 | 1000010 |
Color Harmonies of #93BDBF
Complementary color
Monochromatic Colors of #93BDBF
Black with #93BDBF
Text Example
Text Example
White with #93BDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BDBF; }
p { color: rgb(147,189,191); }
H1.HeaderClassName
{
color: #93BDBF;
}
.AnyTagClassName
{
color: #93BDBF;
}
</style>
background-color css
<style>
a { background-color: #93BDBF; }
a { background-color: rgb(147,189,191); }
div.DivClassName
{
background-color: #93BDBF;
}
.BgClassName
{
background-color: #93BDBF;
}
</style>
border-color css
<style>
span { border-color: #93BDBF; }
span { border-color: rgb(147,189,191); }
td.TdClassName
{
border-color: #93BDBF;
}
.TagClassName
{
border-color: #93BDBF;
}
</style>