Shades of Bermuda #8FCEBC
Tints of Bermuda #8FCEBC
RGB
CMYK
RGB Variations
Color information
#8FCEBC (or 0x8FCEBC) is known color: Bermuda. HEX triplet: 8F, CE and BC. RGB value is (143,206,188). Sum of RGB (Red+Green+Blue) = 143+206+188=537 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.63% from 537); Green value is 206 (80.86% from 255 or 38.36% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 206 - color contains mainly: green. Hex color #8FCEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCEBC is #703143. Grayscale: #B9B9B9. Windows color (decimal): -7352644 or 12373647. OLE color: 12373647.
HSL color Cylindrical-coordinate representation of color #8FCEBC: hue angle of 162.86º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FCEBC is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 206 | 188 | - |
| CMYK | 0.31 | 0 | 0.09 | 0.19 |
| HSL | 162.86º | 0.39% | 0.68% | - |
| HSV(B) | 162.86º | 0.31% | 0.81% | - |
| XYZ | 42.48 | 53.61 | 55.69 | - |
| YUV | 185.11 | 129.63 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 206 | 188 | 0.31 | 0 | 0.09 | 0.19 | 162.86 | 0.39 | 0.68 |
| Hex | 8F | CE | BC | 1F | 0 | 9 | 13 | A3 | 27 | 44 |
| Octal | 217 | 316 | 274 | 37 | 0 | 11 | 23 | 243 | 47 | 104 |
| Binary | 10001111 | 11001110 | 10111100 | 11111 | 0 | 1001 | 10011 | 10100011 | 100111 | 1000100 |
Color Harmonies of #8FCEBC
Complementary color
Monochromatic Colors of #8FCEBC
Black with #8FCEBC
Text Example
Text Example
White with #8FCEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCEBC; }
p { color: rgb(143,206,188); }
H1.HeaderClassName
{
color: #8FCEBC;
}
.AnyTagClassName
{
color: #8FCEBC;
}
</style>
background-color css
<style>
a { background-color: #8FCEBC; }
a { background-color: rgb(143,206,188); }
div.DivClassName
{
background-color: #8FCEBC;
}
.BgClassName
{
background-color: #8FCEBC;
}
</style>
border-color css
<style>
span { border-color: #8FCEBC; }
span { border-color: rgb(143,206,188); }
td.TdClassName
{
border-color: #8FCEBC;
}
.TagClassName
{
border-color: #8FCEBC;
}
</style>