Shades of Botticelli #93BBBE
Tints of Botticelli #93BBBE
RGB
CMYK
RGB Variations
Color information
#93BBBE (or 0x93BBBE) is known color: Botticelli. HEX triplet: 93, BB and BE. RGB value is (147,187,190). Sum of RGB (Red+Green+Blue) = 147+187+190=524 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.05% from 524); Green value is 187 (73.44% from 255 or 35.69% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 190 - color contains mainly: blue. Hex color #93BBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BBBE is #6C4441. Grayscale: #AFAFAF. Windows color (decimal): -7095362 or 12499859. OLE color: 12499859.
HSL color Cylindrical-coordinate representation of color #93BBBE: hue angle of 184.19º degrees, saturation: 0.25, 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 #93BBBE is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 187 | 190 | - |
| CMYK | 0.23 | 0.02 | 0 | 0.25 |
| HSL | 184.19º | 0.25% | 0.66% | - |
| HSV(B) | 184.19º | 0.23% | 0.75% | - |
| XYZ | 39.1 | 45.46 | 55.43 | - |
| YUV | 175.38 | 136.25 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 187 | 190 | 0.23 | 0.02 | 0 | 0.25 | 184.19 | 0.25 | 0.66 |
| Hex | 93 | BB | BE | 17 | 2 | 0 | 19 | B8 | 19 | 42 |
| Octal | 223 | 273 | 276 | 27 | 2 | 0 | 31 | 270 | 31 | 102 |
| Binary | 10010011 | 10111011 | 10111110 | 10111 | 10 | 0 | 11001 | 10111000 | 11001 | 1000010 |
Color Harmonies of #93BBBE
Complementary color
Monochromatic Colors of #93BBBE
Black with #93BBBE
Text Example
Text Example
White with #93BBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BBBE; }
p { color: rgb(147,187,190); }
H1.HeaderClassName
{
color: #93BBBE;
}
.AnyTagClassName
{
color: #93BBBE;
}
</style>
background-color css
<style>
a { background-color: #93BBBE; }
a { background-color: rgb(147,187,190); }
div.DivClassName
{
background-color: #93BBBE;
}
.BgClassName
{
background-color: #93BBBE;
}
</style>
border-color css
<style>
span { border-color: #93BBBE; }
span { border-color: rgb(147,187,190); }
td.TdClassName
{
border-color: #93BBBE;
}
.TagClassName
{
border-color: #93BBBE;
}
</style>