Shades of Botticelli #92B7BD
Tints of Botticelli #92B7BD
RGB
CMYK
RGB Variations
Color information
#92B7BD (or 0x92B7BD) is known color: Botticelli. HEX triplet: 92, B7 and BD. RGB value is (146,183,189). Sum of RGB (Red+Green+Blue) = 146+183+189=518 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.19% from 518); Green value is 183 (71.88% from 255 or 35.33% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 189 - color contains mainly: blue. Hex color #92B7BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92B7BD is #6D4842. Grayscale: #ACACAC. Windows color (decimal): -7161923 or 12433298. OLE color: 12433298.
HSL color Cylindrical-coordinate representation of color #92B7BD: hue angle of 188.37º 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 #92B7BD is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 183 | 189 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.26 |
| HSL | 188.37º | 0.25% | 0.66% | - |
| HSV(B) | 188.37º | 0.23% | 0.74% | - |
| XYZ | 37.97 | 43.65 | 54.57 | - |
| YUV | 172.62 | 137.24 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 183 | 189 | 0.23 | 0.03 | 0 | 0.26 | 188.37 | 0.25 | 0.66 |
| Hex | 92 | B7 | BD | 17 | 3 | 0 | 1A | BC | 19 | 42 |
| Octal | 222 | 267 | 275 | 27 | 3 | 0 | 32 | 274 | 31 | 102 |
| Binary | 10010010 | 10110111 | 10111101 | 10111 | 11 | 0 | 11010 | 10111100 | 11001 | 1000010 |
Color Harmonies of #92B7BD
Complementary color
Monochromatic Colors of #92B7BD
Black with #92B7BD
Text Example
Text Example
White with #92B7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B7BD; }
p { color: rgb(146,183,189); }
H1.HeaderClassName
{
color: #92B7BD;
}
.AnyTagClassName
{
color: #92B7BD;
}
</style>
background-color css
<style>
a { background-color: #92B7BD; }
a { background-color: rgb(146,183,189); }
div.DivClassName
{
background-color: #92B7BD;
}
.BgClassName
{
background-color: #92B7BD;
}
</style>
border-color css
<style>
span { border-color: #92B7BD; }
span { border-color: rgb(146,183,189); }
td.TdClassName
{
border-color: #92B7BD;
}
.TagClassName
{
border-color: #92B7BD;
}
</style>