Shades of Bermuda #8FCBBE
Tints of Bermuda #8FCBBE
RGB
CMYK
RGB Variations
Color information
#8FCBBE (or 0x8FCBBE) is known color: Bermuda. HEX triplet: 8F, CB and BE. RGB value is (143,203,190). Sum of RGB (Red+Green+Blue) = 143+203+190=536 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.68% from 536); Green value is 203 (79.69% from 255 or 37.87% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 203 - color contains mainly: green. Hex color #8FCBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCBBE is #703441. Grayscale: #B7B7B7. Windows color (decimal): -7353410 or 12503951. OLE color: 12503951.
HSL color Cylindrical-coordinate representation of color #8FCBBE: hue angle of 167º 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 #8FCBBE is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 203 | 190 | - |
| CMYK | 0.30 | 0 | 0.06 | 0.20 |
| HSL | 167º | 0.37% | 0.68% | - |
| HSV(B) | 167º | 0.3% | 0.8% | - |
| XYZ | 41.98 | 52.27 | 56.59 | - |
| YUV | 183.58 | 131.62 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 203 | 190 | 0.30 | 0 | 0.06 | 0.20 | 167 | 0.37 | 0.68 |
| Hex | 8F | CB | BE | 1E | 0 | 6 | 14 | A7 | 25 | 44 |
| Octal | 217 | 313 | 276 | 36 | 0 | 6 | 24 | 247 | 45 | 104 |
| Binary | 10001111 | 11001011 | 10111110 | 11110 | 0 | 110 | 10100 | 10100111 | 100101 | 1000100 |
Color Harmonies of #8FCBBE
Complementary color
Monochromatic Colors of #8FCBBE
Black with #8FCBBE
Text Example
Text Example
White with #8FCBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCBBE; }
p { color: rgb(143,203,190); }
H1.HeaderClassName
{
color: #8FCBBE;
}
.AnyTagClassName
{
color: #8FCBBE;
}
</style>
background-color css
<style>
a { background-color: #8FCBBE; }
a { background-color: rgb(143,203,190); }
div.DivClassName
{
background-color: #8FCBBE;
}
.BgClassName
{
background-color: #8FCBBE;
}
</style>
border-color css
<style>
span { border-color: #8FCBBE; }
span { border-color: rgb(143,203,190); }
td.TdClassName
{
border-color: #8FCBBE;
}
.TagClassName
{
border-color: #8FCBBE;
}
</style>