Shades of Botticelli #93BBC3
Tints of Botticelli #93BBC3
RGB
CMYK
RGB Variations
Color information
#93BBC3 (or 0x93BBC3) is known color: Botticelli. HEX triplet: 93, BB and C3. RGB value is (147,187,195). Sum of RGB (Red+Green+Blue) = 147+187+195=529 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.79% from 529); Green value is 187 (73.44% from 255 or 35.35% from 529); Blue value is 195 (76.56% from 255 or 36.86% from 529); Max value from RGB is 195 - color contains mainly: blue. Hex color #93BBC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BBC3 is #6C443C. Grayscale: #AFAFAF. Windows color (decimal): -7095357 or 12827539. OLE color: 12827539.
HSL color Cylindrical-coordinate representation of color #93BBC3: hue angle of 190º 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 #93BBC3 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 187 | 195 | - |
| CMYK | 0.25 | 0.04 | 0 | 0.24 |
| HSL | 190º | 0.29% | 0.67% | - |
| HSV(B) | 190º | 0.25% | 0.76% | - |
| XYZ | 39.65 | 45.68 | 58.36 | - |
| YUV | 175.95 | 138.75 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 187 | 195 | 0.25 | 0.04 | 0 | 0.24 | 190 | 0.29 | 0.67 |
| Hex | 93 | BB | C3 | 19 | 4 | 0 | 18 | BE | 1D | 43 |
| Octal | 223 | 273 | 303 | 31 | 4 | 0 | 30 | 276 | 35 | 103 |
| Binary | 10010011 | 10111011 | 11000011 | 11001 | 100 | 0 | 11000 | 10111110 | 11101 | 1000011 |
Color Harmonies of #93BBC3
Complementary color
Monochromatic Colors of #93BBC3
Black with #93BBC3
Text Example
Text Example
White with #93BBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BBC3; }
p { color: rgb(147,187,195); }
H1.HeaderClassName
{
color: #93BBC3;
}
.AnyTagClassName
{
color: #93BBC3;
}
</style>
background-color css
<style>
a { background-color: #93BBC3; }
a { background-color: rgb(147,187,195); }
div.DivClassName
{
background-color: #93BBC3;
}
.BgClassName
{
background-color: #93BBC3;
}
</style>
border-color css
<style>
span { border-color: #93BBC3; }
span { border-color: rgb(147,187,195); }
td.TdClassName
{
border-color: #93BBC3;
}
.TagClassName
{
border-color: #93BBC3;
}
</style>