Shades of Botticelli #92B8BD
Tints of Botticelli #92B8BD
RGB
CMYK
RGB Variations
Color information
#92B8BD (or 0x92B8BD) is known color: Botticelli. HEX triplet: 92, B8 and BD. RGB value is (146,184,189). Sum of RGB (Red+Green+Blue) = 146+184+189=519 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.13% from 519); Green value is 184 (72.27% from 255 or 35.45% from 519); Blue value is 189 (74.22% from 255 or 36.42% from 519); Max value from RGB is 189 - color contains mainly: blue. Hex color #92B8BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92B8BD is #6D4742. Grayscale: #ADADAD. Windows color (decimal): -7161667 or 12433554. OLE color: 12433554.
HSL color Cylindrical-coordinate representation of color #92B8BD: hue angle of 186.98º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #92B8BD is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 184 | 189 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.26 |
| HSL | 186.98º | 0.25% | 0.66% | - |
| HSV(B) | 186.98º | 0.23% | 0.74% | - |
| XYZ | 38.18 | 44.07 | 54.64 | - |
| YUV | 173.21 | 136.91 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 184 | 189 | 0.23 | 0.03 | 0 | 0.26 | 186.98 | 0.25 | 0.66 |
| Hex | 92 | B8 | BD | 17 | 3 | 0 | 1A | BB | 19 | 42 |
| Octal | 222 | 270 | 275 | 27 | 3 | 0 | 32 | 273 | 31 | 102 |
| Binary | 10010010 | 10111000 | 10111101 | 10111 | 11 | 0 | 11010 | 10111011 | 11001 | 1000010 |
Color Harmonies of #92B8BD
Complementary color
Monochromatic Colors of #92B8BD
Black with #92B8BD
Text Example
Text Example
White with #92B8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B8BD; }
p { color: rgb(146,184,189); }
H1.HeaderClassName
{
color: #92B8BD;
}
.AnyTagClassName
{
color: #92B8BD;
}
</style>
background-color css
<style>
a { background-color: #92B8BD; }
a { background-color: rgb(146,184,189); }
div.DivClassName
{
background-color: #92B8BD;
}
.BgClassName
{
background-color: #92B8BD;
}
</style>
border-color css
<style>
span { border-color: #92B8BD; }
span { border-color: rgb(146,184,189); }
td.TdClassName
{
border-color: #92B8BD;
}
.TagClassName
{
border-color: #92B8BD;
}
</style>