Shades of Botticelli #92B2BD
Tints of Botticelli #92B2BD
RGB
CMYK
RGB Variations
Color information
#92B2BD (or 0x92B2BD) is known color: Botticelli. HEX triplet: 92, B2 and BD. RGB value is (146,178,189). Sum of RGB (Red+Green+Blue) = 146+178+189=513 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.46% from 513); Green value is 178 (69.92% from 255 or 34.70% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 189 - color contains mainly: blue. Hex color #92B2BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92B2BD is #6D4D42. Grayscale: #A9A9A9. Windows color (decimal): -7163203 or 12432018. OLE color: 12432018.
HSL color Cylindrical-coordinate representation of color #92B2BD: hue angle of 195.35º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #92B2BD is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 178 | 189 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.26 |
| HSL | 195.35º | 0.25% | 0.66% | - |
| HSV(B) | 195.35º | 0.23% | 0.74% | - |
| XYZ | 36.96 | 41.63 | 54.23 | - |
| YUV | 169.69 | 138.9 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 178 | 189 | 0.23 | 0.06 | 0 | 0.26 | 195.35 | 0.25 | 0.66 |
| Hex | 92 | B2 | BD | 17 | 6 | 0 | 1A | C3 | 19 | 42 |
| Octal | 222 | 262 | 275 | 27 | 6 | 0 | 32 | 303 | 31 | 102 |
| Binary | 10010010 | 10110010 | 10111101 | 10111 | 110 | 0 | 11010 | 11000011 | 11001 | 1000010 |
Color Harmonies of #92B2BD
Complementary color
Monochromatic Colors of #92B2BD
Black with #92B2BD
Text Example
Text Example
White with #92B2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B2BD; }
p { color: rgb(146,178,189); }
H1.HeaderClassName
{
color: #92B2BD;
}
.AnyTagClassName
{
color: #92B2BD;
}
</style>
background-color css
<style>
a { background-color: #92B2BD; }
a { background-color: rgb(146,178,189); }
div.DivClassName
{
background-color: #92B2BD;
}
.BgClassName
{
background-color: #92B2BD;
}
</style>
border-color css
<style>
span { border-color: #92B2BD; }
span { border-color: rgb(146,178,189); }
td.TdClassName
{
border-color: #92B2BD;
}
.TagClassName
{
border-color: #92B2BD;
}
</style>