Shades of Bermuda #8FCCB8
Tints of Bermuda #8FCCB8
RGB
CMYK
RGB Variations
Color information
#8FCCB8 (or 0x8FCCB8) is known color: Bermuda. HEX triplet: 8F, CC and B8. RGB value is (143,204,184). Sum of RGB (Red+Green+Blue) = 143+204+184=531 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.93% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 184 (72.27% from 255 or 34.65% from 531); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCCB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCCB8 is #703347. Grayscale: #B7B7B7. Windows color (decimal): -7353160 or 12110991. OLE color: 12110991.
HSL color Cylindrical-coordinate representation of color #8FCCB8: hue angle of 160.33º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FCCB8 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 204 | 184 | - |
| CMYK | 0.30 | 0 | 0.10 | 0.2 |
| HSL | 160.33º | 0.37% | 0.68% | - |
| HSV(B) | 160.33º | 0.3% | 0.8% | - |
| XYZ | 41.57 | 52.49 | 53.29 | - |
| YUV | 183.48 | 128.29 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 204 | 184 | 0.30 | 0 | 0.10 | 0.2 | 160.33 | 0.37 | 0.68 |
| Hex | 8F | CC | B8 | 1E | 0 | A | 14 | A0 | 25 | 44 |
| Octal | 217 | 314 | 270 | 36 | 0 | 12 | 24 | 240 | 45 | 104 |
| Binary | 10001111 | 11001100 | 10111000 | 11110 | 0 | 1010 | 10100 | 10100000 | 100101 | 1000100 |
Color Harmonies of #8FCCB8
Complementary color
Monochromatic Colors of #8FCCB8
Black with #8FCCB8
Text Example
Text Example
White with #8FCCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCCB8; }
p { color: rgb(143,204,184); }
H1.HeaderClassName
{
color: #8FCCB8;
}
.AnyTagClassName
{
color: #8FCCB8;
}
</style>
background-color css
<style>
a { background-color: #8FCCB8; }
a { background-color: rgb(143,204,184); }
div.DivClassName
{
background-color: #8FCCB8;
}
.BgClassName
{
background-color: #8FCCB8;
}
</style>
border-color css
<style>
span { border-color: #8FCCB8; }
span { border-color: rgb(143,204,184); }
td.TdClassName
{
border-color: #8FCCB8;
}
.TagClassName
{
border-color: #8FCCB8;
}
</style>