Shades of Botticelli #92AAB3
Tints of Botticelli #92AAB3
RGB
CMYK
RGB Variations
Color information
#92AAB3 (or 0x92AAB3) is known color: Botticelli. HEX triplet: 92, AA and B3. RGB value is (146,170,179). Sum of RGB (Red+Green+Blue) = 146+170+179=495 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.49% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 179 (70.31% from 255 or 36.16% from 495); Max value from RGB is 179 - color contains mainly: blue. Hex color #92AAB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AAB3 is #6D554C. Grayscale: #A3A3A3. Windows color (decimal): -7165261 or 11774610. OLE color: 11774610.
HSL color Cylindrical-coordinate representation of color #92AAB3: hue angle of 196.36º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #92AAB3 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 146 | 170 | 179 | - |
| CMYK | 0.18 | 0.05 | 0 | 0.30 |
| HSL | 196.36º | 0.18% | 0.64% | - |
| HSV(B) | 196.36º | 0.18% | 0.7% | - |
| XYZ | 34.37 | 38.12 | 48.19 | - |
| YUV | 163.85 | 136.55 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 170 | 179 | 0.18 | 0.05 | 0 | 0.30 | 196.36 | 0.18 | 0.64 |
| Hex | 92 | AA | B3 | 12 | 5 | 0 | 1E | C4 | 12 | 40 |
| Octal | 222 | 252 | 263 | 22 | 5 | 0 | 36 | 304 | 22 | 100 |
| Binary | 10010010 | 10101010 | 10110011 | 10010 | 101 | 0 | 11110 | 11000100 | 10010 | 1000000 |
Color Harmonies of #92AAB3
Complementary color
Monochromatic Colors of #92AAB3
Black with #92AAB3
Text Example
Text Example
White with #92AAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AAB3; }
p { color: rgb(146,170,179); }
H1.HeaderClassName
{
color: #92AAB3;
}
.AnyTagClassName
{
color: #92AAB3;
}
</style>
background-color css
<style>
a { background-color: #92AAB3; }
a { background-color: rgb(146,170,179); }
div.DivClassName
{
background-color: #92AAB3;
}
.BgClassName
{
background-color: #92AAB3;
}
</style>
border-color css
<style>
span { border-color: #92AAB3; }
span { border-color: rgb(146,170,179); }
td.TdClassName
{
border-color: #92AAB3;
}
.TagClassName
{
border-color: #92AAB3;
}
</style>