Shades of Botticelli #92ACB4
Tints of Botticelli #92ACB4
RGB
CMYK
RGB Variations
Color information
#92ACB4 (or 0x92ACB4) is known color: Botticelli. HEX triplet: 92, AC and B4. RGB value is (146,172,180). Sum of RGB (Red+Green+Blue) = 146+172+180=498 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.32% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 180 (70.70% from 255 or 36.14% from 498); Max value from RGB is 180 - color contains mainly: blue. Hex color #92ACB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ACB4 is #6D534B. Grayscale: #A5A5A5. Windows color (decimal): -7164748 or 11840658. OLE color: 11840658.
HSL color Cylindrical-coordinate representation of color #92ACB4: hue angle of 194.12º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #92ACB4 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 146 | 172 | 180 | - |
| CMYK | 0.19 | 0.04 | 0 | 0.29 |
| HSL | 194.12º | 0.18% | 0.64% | - |
| HSV(B) | 194.12º | 0.19% | 0.71% | - |
| XYZ | 34.84 | 38.91 | 48.85 | - |
| YUV | 165.14 | 136.39 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 172 | 180 | 0.19 | 0.04 | 0 | 0.29 | 194.12 | 0.18 | 0.64 |
| Hex | 92 | AC | B4 | 13 | 4 | 0 | 1D | C2 | 12 | 40 |
| Octal | 222 | 254 | 264 | 23 | 4 | 0 | 35 | 302 | 22 | 100 |
| Binary | 10010010 | 10101100 | 10110100 | 10011 | 100 | 0 | 11101 | 11000010 | 10010 | 1000000 |
Color Harmonies of #92ACB4
Complementary color
Monochromatic Colors of #92ACB4
Black with #92ACB4
Text Example
Text Example
White with #92ACB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92ACB4; }
p { color: rgb(146,172,180); }
H1.HeaderClassName
{
color: #92ACB4;
}
.AnyTagClassName
{
color: #92ACB4;
}
</style>
background-color css
<style>
a { background-color: #92ACB4; }
a { background-color: rgb(146,172,180); }
div.DivClassName
{
background-color: #92ACB4;
}
.BgClassName
{
background-color: #92ACB4;
}
</style>
border-color css
<style>
span { border-color: #92ACB4; }
span { border-color: rgb(146,172,180); }
td.TdClassName
{
border-color: #92ACB4;
}
.TagClassName
{
border-color: #92ACB4;
}
</style>