Shades of Bermuda #8BCFC8
Tints of Bermuda #8BCFC8
RGB
CMYK
RGB Variations
Color information
#8BCFC8 (or 0x8BCFC8) is known color: Bermuda. HEX triplet: 8B, CF and C8. RGB value is (139,207,200). Sum of RGB (Red+Green+Blue) = 139+207+200=546 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.46% from 546); Green value is 207 (81.25% from 255 or 37.91% from 546); Blue value is 200 (78.52% from 255 or 36.63% from 546); Max value from RGB is 207 - color contains mainly: green. Hex color #8BCFC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCFC8 is #743037. Grayscale: #B9B9B9. Windows color (decimal): -7614520 or 13160331. OLE color: 13160331.
HSL color Cylindrical-coordinate representation of color #8BCFC8: hue angle of 173.82º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BCFC8 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 207 | 200 | - |
| CMYK | 0.33 | 0 | 0.03 | 0.19 |
| HSL | 173.82º | 0.41% | 0.68% | - |
| HSV(B) | 173.82º | 0.33% | 0.81% | - |
| XYZ | 43.39 | 54.28 | 62.83 | - |
| YUV | 185.87 | 135.97 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 207 | 200 | 0.33 | 0 | 0.03 | 0.19 | 173.82 | 0.41 | 0.68 |
| Hex | 8B | CF | C8 | 21 | 0 | 3 | 13 | AE | 29 | 44 |
| Octal | 213 | 317 | 310 | 41 | 0 | 3 | 23 | 256 | 51 | 104 |
| Binary | 10001011 | 11001111 | 11001000 | 100001 | 0 | 11 | 10011 | 10101110 | 101001 | 1000100 |
Color Harmonies of #8BCFC8
Complementary color
Monochromatic Colors of #8BCFC8
Black with #8BCFC8
Text Example
Text Example
White with #8BCFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCFC8; }
p { color: rgb(139,207,200); }
H1.HeaderClassName
{
color: #8BCFC8;
}
.AnyTagClassName
{
color: #8BCFC8;
}
</style>
background-color css
<style>
a { background-color: #8BCFC8; }
a { background-color: rgb(139,207,200); }
div.DivClassName
{
background-color: #8BCFC8;
}
.BgClassName
{
background-color: #8BCFC8;
}
</style>
border-color css
<style>
span { border-color: #8BCFC8; }
span { border-color: rgb(139,207,200); }
td.TdClassName
{
border-color: #8BCFC8;
}
.TagClassName
{
border-color: #8BCFC8;
}
</style>