Shades of Bermuda #8DCBBE
Tints of Bermuda #8DCBBE
RGB
CMYK
RGB Variations
Color information
#8DCBBE (or 0x8DCBBE) is known color: Bermuda. HEX triplet: 8D, CB and BE. RGB value is (141,203,190). Sum of RGB (Red+Green+Blue) = 141+203+190=534 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.40% from 534); Green value is 203 (79.69% from 255 or 38.01% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 203 - color contains mainly: green. Hex color #8DCBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCBBE is #723441. Grayscale: #B6B6B6. Windows color (decimal): -7484482 or 12503949. OLE color: 12503949.
HSL color Cylindrical-coordinate representation of color #8DCBBE: hue angle of 167.42º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DCBBE is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 203 | 190 | - |
| CMYK | 0.31 | 0 | 0.06 | 0.20 |
| HSL | 167.42º | 0.37% | 0.67% | - |
| HSV(B) | 167.42º | 0.31% | 0.8% | - |
| XYZ | 41.63 | 52.09 | 56.58 | - |
| YUV | 182.98 | 131.96 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 203 | 190 | 0.31 | 0 | 0.06 | 0.20 | 167.42 | 0.37 | 0.67 |
| Hex | 8D | CB | BE | 1F | 0 | 6 | 14 | A7 | 25 | 43 |
| Octal | 215 | 313 | 276 | 37 | 0 | 6 | 24 | 247 | 45 | 103 |
| Binary | 10001101 | 11001011 | 10111110 | 11111 | 0 | 110 | 10100 | 10100111 | 100101 | 1000011 |
Color Harmonies of #8DCBBE
Complementary color
Monochromatic Colors of #8DCBBE
Black with #8DCBBE
Text Example
Text Example
White with #8DCBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCBBE; }
p { color: rgb(141,203,190); }
H1.HeaderClassName
{
color: #8DCBBE;
}
.AnyTagClassName
{
color: #8DCBBE;
}
</style>
background-color css
<style>
a { background-color: #8DCBBE; }
a { background-color: rgb(141,203,190); }
div.DivClassName
{
background-color: #8DCBBE;
}
.BgClassName
{
background-color: #8DCBBE;
}
</style>
border-color css
<style>
span { border-color: #8DCBBE; }
span { border-color: rgb(141,203,190); }
td.TdClassName
{
border-color: #8DCBBE;
}
.TagClassName
{
border-color: #8DCBBE;
}
</style>