Shades of Botticelli #92ADB5
Tints of Botticelli #92ADB5
RGB
CMYK
RGB Variations
Color information
#92ADB5 (or 0x92ADB5) is known color: Botticelli. HEX triplet: 92, AD and B5. RGB value is (146,173,181). Sum of RGB (Red+Green+Blue) = 146+173+181=500 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.2% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 181 (71.09% from 255 or 36.2% from 500); Max value from RGB is 181 - color contains mainly: blue. Hex color #92ADB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ADB5 is #6D524A. Grayscale: #A5A5A5. Windows color (decimal): -7164491 or 11906450. OLE color: 11906450.
HSL color Cylindrical-coordinate representation of color #92ADB5: hue angle of 193.71º degrees, saturation: 0.19, 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 #92ADB5 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 146 | 173 | 181 | - |
| CMYK | 0.19 | 0.04 | 0 | 0.29 |
| HSL | 193.71º | 0.19% | 0.64% | - |
| HSV(B) | 193.71º | 0.19% | 0.71% | - |
| XYZ | 35.14 | 39.33 | 49.46 | - |
| YUV | 165.84 | 136.55 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 173 | 181 | 0.19 | 0.04 | 0 | 0.29 | 193.71 | 0.19 | 0.64 |
| Hex | 92 | AD | B5 | 13 | 4 | 0 | 1D | C2 | 13 | 40 |
| Octal | 222 | 255 | 265 | 23 | 4 | 0 | 35 | 302 | 23 | 100 |
| Binary | 10010010 | 10101101 | 10110101 | 10011 | 100 | 0 | 11101 | 11000010 | 10011 | 1000000 |
Color Harmonies of #92ADB5
Complementary color
Monochromatic Colors of #92ADB5
Black with #92ADB5
Text Example
Text Example
White with #92ADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92ADB5; }
p { color: rgb(146,173,181); }
H1.HeaderClassName
{
color: #92ADB5;
}
.AnyTagClassName
{
color: #92ADB5;
}
</style>
background-color css
<style>
a { background-color: #92ADB5; }
a { background-color: rgb(146,173,181); }
div.DivClassName
{
background-color: #92ADB5;
}
.BgClassName
{
background-color: #92ADB5;
}
</style>
border-color css
<style>
span { border-color: #92ADB5; }
span { border-color: rgb(146,173,181); }
td.TdClassName
{
border-color: #92ADB5;
}
.TagClassName
{
border-color: #92ADB5;
}
</style>