Shades of Botticelli #92B0B4
Tints of Botticelli #92B0B4
RGB
CMYK
RGB Variations
Color information
#92B0B4 (or 0x92B0B4) is known color: Botticelli. HEX triplet: 92, B0 and B4. RGB value is (146,176,180). Sum of RGB (Red+Green+Blue) = 146+176+180=502 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.08% from 502); Green value is 176 (69.14% from 255 or 35.06% from 502); Blue value is 180 (70.70% from 255 or 35.86% from 502); Max value from RGB is 180 - color contains mainly: blue. Hex color #92B0B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92B0B4 is #6D4F4B. Grayscale: #A7A7A7. Windows color (decimal): -7163724 or 11841682. OLE color: 11841682.
HSL color Cylindrical-coordinate representation of color #92B0B4: hue angle of 187.06º 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 #92B0B4 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 146 | 176 | 180 | - |
| CMYK | 0.19 | 0.02 | 0 | 0.29 |
| HSL | 187.06º | 0.18% | 0.64% | - |
| HSV(B) | 187.06º | 0.19% | 0.71% | - |
| XYZ | 35.62 | 40.46 | 49.11 | - |
| YUV | 167.49 | 135.06 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 176 | 180 | 0.19 | 0.02 | 0 | 0.29 | 187.06 | 0.18 | 0.64 |
| Hex | 92 | B0 | B4 | 13 | 2 | 0 | 1D | BB | 12 | 40 |
| Octal | 222 | 260 | 264 | 23 | 2 | 0 | 35 | 273 | 22 | 100 |
| Binary | 10010010 | 10110000 | 10110100 | 10011 | 10 | 0 | 11101 | 10111011 | 10010 | 1000000 |
Color Harmonies of #92B0B4
Complementary color
Monochromatic Colors of #92B0B4
Black with #92B0B4
Text Example
Text Example
White with #92B0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B0B4; }
p { color: rgb(146,176,180); }
H1.HeaderClassName
{
color: #92B0B4;
}
.AnyTagClassName
{
color: #92B0B4;
}
</style>
background-color css
<style>
a { background-color: #92B0B4; }
a { background-color: rgb(146,176,180); }
div.DivClassName
{
background-color: #92B0B4;
}
.BgClassName
{
background-color: #92B0B4;
}
</style>
border-color css
<style>
span { border-color: #92B0B4; }
span { border-color: rgb(146,176,180); }
td.TdClassName
{
border-color: #92B0B4;
}
.TagClassName
{
border-color: #92B0B4;
}
</style>