Shades of Bermuda #8FCCBD
Tints of Bermuda #8FCCBD
RGB
CMYK
RGB Variations
Color information
#8FCCBD (or 0x8FCCBD) is known color: Bermuda. HEX triplet: 8F, CC and BD. RGB value is (143,204,189). Sum of RGB (Red+Green+Blue) = 143+204+189=536 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.68% from 536); Green value is 204 (80.08% from 255 or 38.06% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCCBD is #703342. Grayscale: #B8B8B8. Windows color (decimal): -7353155 or 12438671. OLE color: 12438671.
HSL color Cylindrical-coordinate representation of color #8FCCBD: hue angle of 165.25º 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 #8FCCBD is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 204 | 189 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.2 |
| HSL | 165.25º | 0.37% | 0.68% | - |
| HSV(B) | 165.25º | 0.3% | 0.8% | - |
| XYZ | 42.11 | 52.7 | 56.1 | - |
| YUV | 184.05 | 130.79 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 204 | 189 | 0.30 | 0 | 0.07 | 0.2 | 165.25 | 0.37 | 0.68 |
| Hex | 8F | CC | BD | 1E | 0 | 7 | 14 | A5 | 25 | 44 |
| Octal | 217 | 314 | 275 | 36 | 0 | 7 | 24 | 245 | 45 | 104 |
| Binary | 10001111 | 11001100 | 10111101 | 11110 | 0 | 111 | 10100 | 10100101 | 100101 | 1000100 |
Color Harmonies of #8FCCBD
Complementary color
Monochromatic Colors of #8FCCBD
Black with #8FCCBD
Text Example
Text Example
White with #8FCCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCCBD; }
p { color: rgb(143,204,189); }
H1.HeaderClassName
{
color: #8FCCBD;
}
.AnyTagClassName
{
color: #8FCCBD;
}
</style>
background-color css
<style>
a { background-color: #8FCCBD; }
a { background-color: rgb(143,204,189); }
div.DivClassName
{
background-color: #8FCCBD;
}
.BgClassName
{
background-color: #8FCCBD;
}
</style>
border-color css
<style>
span { border-color: #8FCCBD; }
span { border-color: rgb(143,204,189); }
td.TdClassName
{
border-color: #8FCCBD;
}
.TagClassName
{
border-color: #8FCCBD;
}
</style>