Shades of Botticelli #92B8C1
Tints of Botticelli #92B8C1
RGB
CMYK
RGB Variations
Color information
#92B8C1 (or 0x92B8C1) is known color: Botticelli. HEX triplet: 92, B8 and C1. RGB value is (146,184,193). Sum of RGB (Red+Green+Blue) = 146+184+193=523 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.92% from 523); Green value is 184 (72.27% from 255 or 35.18% from 523); Blue value is 193 (75.78% from 255 or 36.90% from 523); Max value from RGB is 193 - color contains mainly: blue. Hex color #92B8C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92B8C1 is #6D473E. Grayscale: #ADADAD. Windows color (decimal): -7161663 or 12695698. OLE color: 12695698.
HSL color Cylindrical-coordinate representation of color #92B8C1: hue angle of 191.49º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #92B8C1 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 184 | 193 | - |
| CMYK | 0.24 | 0.05 | 0 | 0.24 |
| HSL | 191.49º | 0.27% | 0.66% | - |
| HSV(B) | 191.49º | 0.24% | 0.76% | - |
| XYZ | 38.62 | 44.24 | 56.96 | - |
| YUV | 173.66 | 138.91 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 184 | 193 | 0.24 | 0.05 | 0 | 0.24 | 191.49 | 0.27 | 0.66 |
| Hex | 92 | B8 | C1 | 18 | 5 | 0 | 18 | BF | 1B | 42 |
| Octal | 222 | 270 | 301 | 30 | 5 | 0 | 30 | 277 | 33 | 102 |
| Binary | 10010010 | 10111000 | 11000001 | 11000 | 101 | 0 | 11000 | 10111111 | 11011 | 1000010 |
Color Harmonies of #92B8C1
Complementary color
Monochromatic Colors of #92B8C1
Black with #92B8C1
Text Example
Text Example
White with #92B8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B8C1; }
p { color: rgb(146,184,193); }
H1.HeaderClassName
{
color: #92B8C1;
}
.AnyTagClassName
{
color: #92B8C1;
}
</style>
background-color css
<style>
a { background-color: #92B8C1; }
a { background-color: rgb(146,184,193); }
div.DivClassName
{
background-color: #92B8C1;
}
.BgClassName
{
background-color: #92B8C1;
}
</style>
border-color css
<style>
span { border-color: #92B8C1; }
span { border-color: rgb(146,184,193); }
td.TdClassName
{
border-color: #92B8C1;
}
.TagClassName
{
border-color: #92B8C1;
}
</style>