Shades of Botticelli #92BCBF
Tints of Botticelli #92BCBF
RGB
CMYK
RGB Variations
Color information
#92BCBF (or 0x92BCBF) is known color: Botticelli. HEX triplet: 92, BC and BF. RGB value is (146,188,191). Sum of RGB (Red+Green+Blue) = 146+188+191=525 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.81% from 525); Green value is 188 (73.83% from 255 or 35.81% from 525); Blue value is 191 (75% from 255 or 36.38% from 525); Max value from RGB is 191 - color contains mainly: blue. Hex color #92BCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BCBF is #6D4340. Grayscale: #AFAFAF. Windows color (decimal): -7160641 or 12565650. OLE color: 12565650.
HSL color Cylindrical-coordinate representation of color #92BCBF: hue angle of 184º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #92BCBF is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 188 | 191 | - |
| CMYK | 0.24 | 0.02 | 0 | 0.25 |
| HSL | 184º | 0.26% | 0.66% | - |
| HSV(B) | 184º | 0.24% | 0.75% | - |
| XYZ | 39.24 | 45.84 | 56.07 | - |
| YUV | 175.78 | 136.59 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 188 | 191 | 0.24 | 0.02 | 0 | 0.25 | 184 | 0.26 | 0.66 |
| Hex | 92 | BC | BF | 18 | 2 | 0 | 19 | B8 | 1A | 42 |
| Octal | 222 | 274 | 277 | 30 | 2 | 0 | 31 | 270 | 32 | 102 |
| Binary | 10010010 | 10111100 | 10111111 | 11000 | 10 | 0 | 11001 | 10111000 | 11010 | 1000010 |
Color Harmonies of #92BCBF
Complementary color
Monochromatic Colors of #92BCBF
Black with #92BCBF
Text Example
Text Example
White with #92BCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BCBF; }
p { color: rgb(146,188,191); }
H1.HeaderClassName
{
color: #92BCBF;
}
.AnyTagClassName
{
color: #92BCBF;
}
</style>
background-color css
<style>
a { background-color: #92BCBF; }
a { background-color: rgb(146,188,191); }
div.DivClassName
{
background-color: #92BCBF;
}
.BgClassName
{
background-color: #92BCBF;
}
</style>
border-color css
<style>
span { border-color: #92BCBF; }
span { border-color: rgb(146,188,191); }
td.TdClassName
{
border-color: #92BCBF;
}
.TagClassName
{
border-color: #92BCBF;
}
</style>