Shades of Bermuda #8FCCBC
Tints of Bermuda #8FCCBC
RGB
CMYK
RGB Variations
Color information
#8FCCBC (or 0x8FCCBC) is known color: Bermuda. HEX triplet: 8F, CC and BC. RGB value is (143,204,188). Sum of RGB (Red+Green+Blue) = 143+204+188=535 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.73% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCCBC is #703343. Grayscale: #B7B7B7. Windows color (decimal): -7353156 or 12373135. OLE color: 12373135.
HSL color Cylindrical-coordinate representation of color #8FCCBC: hue angle of 164.26º 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 #8FCCBC is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 204 | 188 | - |
| CMYK | 0.30 | 0 | 0.08 | 0.2 |
| HSL | 164.26º | 0.37% | 0.68% | - |
| HSV(B) | 164.26º | 0.3% | 0.8% | - |
| XYZ | 42 | 52.66 | 55.53 | - |
| YUV | 183.94 | 130.29 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 204 | 188 | 0.30 | 0 | 0.08 | 0.2 | 164.26 | 0.37 | 0.68 |
| Hex | 8F | CC | BC | 1E | 0 | 8 | 14 | A4 | 25 | 44 |
| Octal | 217 | 314 | 274 | 36 | 0 | 10 | 24 | 244 | 45 | 104 |
| Binary | 10001111 | 11001100 | 10111100 | 11110 | 0 | 1000 | 10100 | 10100100 | 100101 | 1000100 |
Color Harmonies of #8FCCBC
Complementary color
Monochromatic Colors of #8FCCBC
Black with #8FCCBC
Text Example
Text Example
White with #8FCCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCCBC; }
p { color: rgb(143,204,188); }
H1.HeaderClassName
{
color: #8FCCBC;
}
.AnyTagClassName
{
color: #8FCCBC;
}
</style>
background-color css
<style>
a { background-color: #8FCCBC; }
a { background-color: rgb(143,204,188); }
div.DivClassName
{
background-color: #8FCCBC;
}
.BgClassName
{
background-color: #8FCCBC;
}
</style>
border-color css
<style>
span { border-color: #8FCCBC; }
span { border-color: rgb(143,204,188); }
td.TdClassName
{
border-color: #8FCCBC;
}
.TagClassName
{
border-color: #8FCCBC;
}
</style>