Shades of Botticelli #92BCC3
Tints of Botticelli #92BCC3
RGB
CMYK
RGB Variations
Color information
#92BCC3 (or 0x92BCC3) is known color: Botticelli. HEX triplet: 92, BC and C3. RGB value is (146,188,195). Sum of RGB (Red+Green+Blue) = 146+188+195=529 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.60% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 195 (76.56% from 255 or 36.86% from 529); Max value from RGB is 195 - color contains mainly: blue. Hex color #92BCC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BCC3 is #6D433C. Grayscale: #B0B0B0. Windows color (decimal): -7160637 or 12827794. OLE color: 12827794.
HSL color Cylindrical-coordinate representation of color #92BCC3: hue angle of 188.57º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #92BCC3 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 188 | 195 | - |
| CMYK | 0.25 | 0.04 | 0 | 0.24 |
| HSL | 188.57º | 0.29% | 0.67% | - |
| HSV(B) | 188.57º | 0.25% | 0.76% | - |
| XYZ | 39.69 | 46.02 | 58.42 | - |
| YUV | 176.24 | 138.59 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 188 | 195 | 0.25 | 0.04 | 0 | 0.24 | 188.57 | 0.29 | 0.67 |
| Hex | 92 | BC | C3 | 19 | 4 | 0 | 18 | BD | 1D | 43 |
| Octal | 222 | 274 | 303 | 31 | 4 | 0 | 30 | 275 | 35 | 103 |
| Binary | 10010010 | 10111100 | 11000011 | 11001 | 100 | 0 | 11000 | 10111101 | 11101 | 1000011 |
Color Harmonies of #92BCC3
Complementary color
Monochromatic Colors of #92BCC3
Black with #92BCC3
Text Example
Text Example
White with #92BCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BCC3; }
p { color: rgb(146,188,195); }
H1.HeaderClassName
{
color: #92BCC3;
}
.AnyTagClassName
{
color: #92BCC3;
}
</style>
background-color css
<style>
a { background-color: #92BCC3; }
a { background-color: rgb(146,188,195); }
div.DivClassName
{
background-color: #92BCC3;
}
.BgClassName
{
background-color: #92BCC3;
}
</style>
border-color css
<style>
span { border-color: #92BCC3; }
span { border-color: rgb(146,188,195); }
td.TdClassName
{
border-color: #92BCC3;
}
.TagClassName
{
border-color: #92BCC3;
}
</style>