Shades of Botticelli #92B9C6
Tints of Botticelli #92B9C6
RGB
CMYK
RGB Variations
Color information
#92B9C6 (or 0x92B9C6) is known color: Botticelli. HEX triplet: 92, B9 and C6. RGB value is (146,185,198). Sum of RGB (Red+Green+Blue) = 146+185+198=529 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.60% from 529); Green value is 185 (72.66% from 255 or 34.97% from 529); Blue value is 198 (77.73% from 255 or 37.43% from 529); Max value from RGB is 198 - color contains mainly: blue. Hex color #92B9C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92B9C6 is #6D4639. Grayscale: #AEAEAE. Windows color (decimal): -7161402 or 13023634. OLE color: 13023634.
HSL color Cylindrical-coordinate representation of color #92B9C6: hue angle of 195º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #92B9C6 is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 146 | 185 | 198 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.22 |
| HSL | 195º | 0.31% | 0.67% | - |
| HSV(B) | 195º | 0.26% | 0.78% | - |
| XYZ | 39.4 | 44.89 | 60.01 | - |
| YUV | 174.82 | 141.08 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 185 | 198 | 0.26 | 0.07 | 0 | 0.22 | 195 | 0.31 | 0.67 |
| Hex | 92 | B9 | C6 | 1A | 7 | 0 | 16 | C3 | 1F | 43 |
| Octal | 222 | 271 | 306 | 32 | 7 | 0 | 26 | 303 | 37 | 103 |
| Binary | 10010010 | 10111001 | 11000110 | 11010 | 111 | 0 | 10110 | 11000011 | 11111 | 1000011 |
Color Harmonies of #92B9C6
Complementary color
Monochromatic Colors of #92B9C6
Black with #92B9C6
Text Example
Text Example
White with #92B9C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B9C6; }
p { color: rgb(146,185,198); }
H1.HeaderClassName
{
color: #92B9C6;
}
.AnyTagClassName
{
color: #92B9C6;
}
</style>
background-color css
<style>
a { background-color: #92B9C6; }
a { background-color: rgb(146,185,198); }
div.DivClassName
{
background-color: #92B9C6;
}
.BgClassName
{
background-color: #92B9C6;
}
</style>
border-color css
<style>
span { border-color: #92B9C6; }
span { border-color: rgb(146,185,198); }
td.TdClassName
{
border-color: #92B9C6;
}
.TagClassName
{
border-color: #92B9C6;
}
</style>