Shades of Botticelli #92B2B7
Tints of Botticelli #92B2B7
RGB
CMYK
RGB Variations
Color information
#92B2B7 (or 0x92B2B7) is known color: Botticelli. HEX triplet: 92, B2 and B7. RGB value is (146,178,183). Sum of RGB (Red+Green+Blue) = 146+178+183=507 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.80% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 183 (71.88% from 255 or 36.09% from 507); Max value from RGB is 183 - color contains mainly: blue. Hex color #92B2B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92B2B7 is #6D4D48. Grayscale: #A8A8A8. Windows color (decimal): -7163209 or 12038802. OLE color: 12038802.
HSL color Cylindrical-coordinate representation of color #92B2B7: hue angle of 188.11º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #92B2B7 is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 146 | 178 | 183 | - |
| CMYK | 0.20 | 0.03 | 0 | 0.28 |
| HSL | 188.11º | 0.2% | 0.65% | - |
| HSV(B) | 188.11º | 0.2% | 0.72% | - |
| XYZ | 36.32 | 41.37 | 50.87 | - |
| YUV | 169 | 135.9 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 178 | 183 | 0.20 | 0.03 | 0 | 0.28 | 188.11 | 0.2 | 0.65 |
| Hex | 92 | B2 | B7 | 14 | 3 | 0 | 1C | BC | 14 | 41 |
| Octal | 222 | 262 | 267 | 24 | 3 | 0 | 34 | 274 | 24 | 101 |
| Binary | 10010010 | 10110010 | 10110111 | 10100 | 11 | 0 | 11100 | 10111100 | 10100 | 1000001 |
Color Harmonies of #92B2B7
Complementary color
Monochromatic Colors of #92B2B7
Black with #92B2B7
Text Example
Text Example
White with #92B2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B2B7; }
p { color: rgb(146,178,183); }
H1.HeaderClassName
{
color: #92B2B7;
}
.AnyTagClassName
{
color: #92B2B7;
}
</style>
background-color css
<style>
a { background-color: #92B2B7; }
a { background-color: rgb(146,178,183); }
div.DivClassName
{
background-color: #92B2B7;
}
.BgClassName
{
background-color: #92B2B7;
}
</style>
border-color css
<style>
span { border-color: #92B2B7; }
span { border-color: rgb(146,178,183); }
td.TdClassName
{
border-color: #92B2B7;
}
.TagClassName
{
border-color: #92B2B7;
}
</style>