Shades of Botticelli #92BBC3
Tints of Botticelli #92BBC3
RGB
CMYK
RGB Variations
Color information
#92BBC3 (or 0x92BBC3) is known color: Botticelli. HEX triplet: 92, BB and C3. RGB value is (146,187,195). Sum of RGB (Red+Green+Blue) = 146+187+195=528 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.65% from 528); Green value is 187 (73.44% from 255 or 35.42% from 528); Blue value is 195 (76.56% from 255 or 36.93% from 528); Max value from RGB is 195 - color contains mainly: blue. Hex color #92BBC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BBC3 is #6D443C. Grayscale: #AFAFAF. Windows color (decimal): -7160893 or 12827538. OLE color: 12827538.
HSL color Cylindrical-coordinate representation of color #92BBC3: hue angle of 189.8º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #92BBC3 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 187 | 195 | - |
| CMYK | 0.25 | 0.04 | 0 | 0.24 |
| HSL | 189.8º | 0.29% | 0.67% | - |
| HSV(B) | 189.8º | 0.25% | 0.76% | - |
| XYZ | 39.47 | 45.59 | 58.35 | - |
| YUV | 175.65 | 138.92 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 187 | 195 | 0.25 | 0.04 | 0 | 0.24 | 189.8 | 0.29 | 0.67 |
| Hex | 92 | BB | C3 | 19 | 4 | 0 | 18 | BE | 1D | 43 |
| Octal | 222 | 273 | 303 | 31 | 4 | 0 | 30 | 276 | 35 | 103 |
| Binary | 10010010 | 10111011 | 11000011 | 11001 | 100 | 0 | 11000 | 10111110 | 11101 | 1000011 |
Color Harmonies of #92BBC3
Complementary color
Monochromatic Colors of #92BBC3
Black with #92BBC3
Text Example
Text Example
White with #92BBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BBC3; }
p { color: rgb(146,187,195); }
H1.HeaderClassName
{
color: #92BBC3;
}
.AnyTagClassName
{
color: #92BBC3;
}
</style>
background-color css
<style>
a { background-color: #92BBC3; }
a { background-color: rgb(146,187,195); }
div.DivClassName
{
background-color: #92BBC3;
}
.BgClassName
{
background-color: #92BBC3;
}
</style>
border-color css
<style>
span { border-color: #92BBC3; }
span { border-color: rgb(146,187,195); }
td.TdClassName
{
border-color: #92BBC3;
}
.TagClassName
{
border-color: #92BBC3;
}
</style>