Shades of Botticelli #92B1BC
Tints of Botticelli #92B1BC
RGB
CMYK
RGB Variations
Color information
#92B1BC (or 0x92B1BC) is known color: Botticelli. HEX triplet: 92, B1 and BC. RGB value is (146,177,188). Sum of RGB (Red+Green+Blue) = 146+177+188=511 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.57% from 511); Green value is 177 (69.53% from 255 or 34.64% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 188 - color contains mainly: blue. Hex color #92B1BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92B1BC is #6D4E43. Grayscale: #A8A8A8. Windows color (decimal): -7163460 or 12366226. OLE color: 12366226.
HSL color Cylindrical-coordinate representation of color #92B1BC: hue angle of 195.71º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #92B1BC is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 177 | 188 | - |
| CMYK | 0.22 | 0.06 | 0 | 0.26 |
| HSL | 195.71º | 0.24% | 0.65% | - |
| HSV(B) | 195.71º | 0.22% | 0.74% | - |
| XYZ | 36.65 | 41.19 | 53.59 | - |
| YUV | 168.99 | 138.73 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 177 | 188 | 0.22 | 0.06 | 0 | 0.26 | 195.71 | 0.24 | 0.65 |
| Hex | 92 | B1 | BC | 16 | 6 | 0 | 1A | C4 | 18 | 41 |
| Octal | 222 | 261 | 274 | 26 | 6 | 0 | 32 | 304 | 30 | 101 |
| Binary | 10010010 | 10110001 | 10111100 | 10110 | 110 | 0 | 11010 | 11000100 | 11000 | 1000001 |
Color Harmonies of #92B1BC
Complementary color
Monochromatic Colors of #92B1BC
Black with #92B1BC
Text Example
Text Example
White with #92B1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B1BC; }
p { color: rgb(146,177,188); }
H1.HeaderClassName
{
color: #92B1BC;
}
.AnyTagClassName
{
color: #92B1BC;
}
</style>
background-color css
<style>
a { background-color: #92B1BC; }
a { background-color: rgb(146,177,188); }
div.DivClassName
{
background-color: #92B1BC;
}
.BgClassName
{
background-color: #92B1BC;
}
</style>
border-color css
<style>
span { border-color: #92B1BC; }
span { border-color: rgb(146,177,188); }
td.TdClassName
{
border-color: #92B1BC;
}
.TagClassName
{
border-color: #92B1BC;
}
</style>