Shades of Botticelli #8DBBC4
Tints of Botticelli #8DBBC4
RGB
CMYK
RGB Variations
Color information
#8DBBC4 (or 0x8DBBC4) is known color: Botticelli. HEX triplet: 8D, BB and C4. RGB value is (141,187,196). Sum of RGB (Red+Green+Blue) = 141+187+196=524 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.91% from 524); Green value is 187 (73.44% from 255 or 35.69% from 524); Blue value is 196 (76.95% from 255 or 37.40% from 524); Max value from RGB is 196 - color contains mainly: blue. Hex color #8DBBC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBBC4 is #72443B. Grayscale: #AEAEAE. Windows color (decimal): -7488572 or 12893069. OLE color: 12893069.
HSL color Cylindrical-coordinate representation of color #8DBBC4: hue angle of 189.82º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8DBBC4 is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 141 | 187 | 196 | - |
| CMYK | 0.28 | 0.05 | 0 | 0.23 |
| HSL | 189.82º | 0.32% | 0.66% | - |
| HSV(B) | 189.82º | 0.28% | 0.77% | - |
| XYZ | 38.72 | 45.19 | 58.91 | - |
| YUV | 174.27 | 140.26 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 187 | 196 | 0.28 | 0.05 | 0 | 0.23 | 189.82 | 0.32 | 0.66 |
| Hex | 8D | BB | C4 | 1C | 5 | 0 | 17 | BE | 20 | 42 |
| Octal | 215 | 273 | 304 | 34 | 5 | 0 | 27 | 276 | 40 | 102 |
| Binary | 10001101 | 10111011 | 11000100 | 11100 | 101 | 0 | 10111 | 10111110 | 100000 | 1000010 |
Color Harmonies of #8DBBC4
Complementary color
Monochromatic Colors of #8DBBC4
Black with #8DBBC4
Text Example
Text Example
White with #8DBBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBBC4; }
p { color: rgb(141,187,196); }
H1.HeaderClassName
{
color: #8DBBC4;
}
.AnyTagClassName
{
color: #8DBBC4;
}
</style>
background-color css
<style>
a { background-color: #8DBBC4; }
a { background-color: rgb(141,187,196); }
div.DivClassName
{
background-color: #8DBBC4;
}
.BgClassName
{
background-color: #8DBBC4;
}
</style>
border-color css
<style>
span { border-color: #8DBBC4; }
span { border-color: rgb(141,187,196); }
td.TdClassName
{
border-color: #8DBBC4;
}
.TagClassName
{
border-color: #8DBBC4;
}
</style>