Shades of Bermuda #8DCBBC
Tints of Bermuda #8DCBBC
RGB
CMYK
RGB Variations
Color information
#8DCBBC (or 0x8DCBBC) is known color: Bermuda. HEX triplet: 8D, CB and BC. RGB value is (141,203,188). Sum of RGB (Red+Green+Blue) = 141+203+188=532 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.50% from 532); Green value is 203 (79.69% from 255 or 38.16% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 203 - color contains mainly: green. Hex color #8DCBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCBBC is #723443. Grayscale: #B6B6B6. Windows color (decimal): -7484484 or 12372877. OLE color: 12372877.
HSL color Cylindrical-coordinate representation of color #8DCBBC: hue angle of 165.48º 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 #8DCBBC is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 203 | 188 | - |
| CMYK | 0.31 | 0 | 0.07 | 0.20 |
| HSL | 165.48º | 0.37% | 0.67% | - |
| HSV(B) | 165.48º | 0.31% | 0.8% | - |
| XYZ | 41.42 | 52.01 | 55.43 | - |
| YUV | 182.75 | 130.96 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 203 | 188 | 0.31 | 0 | 0.07 | 0.20 | 165.48 | 0.37 | 0.67 |
| Hex | 8D | CB | BC | 1F | 0 | 7 | 14 | A5 | 25 | 43 |
| Octal | 215 | 313 | 274 | 37 | 0 | 7 | 24 | 245 | 45 | 103 |
| Binary | 10001101 | 11001011 | 10111100 | 11111 | 0 | 111 | 10100 | 10100101 | 100101 | 1000011 |
Color Harmonies of #8DCBBC
Complementary color
Monochromatic Colors of #8DCBBC
Black with #8DCBBC
Text Example
Text Example
White with #8DCBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCBBC; }
p { color: rgb(141,203,188); }
H1.HeaderClassName
{
color: #8DCBBC;
}
.AnyTagClassName
{
color: #8DCBBC;
}
</style>
background-color css
<style>
a { background-color: #8DCBBC; }
a { background-color: rgb(141,203,188); }
div.DivClassName
{
background-color: #8DCBBC;
}
.BgClassName
{
background-color: #8DCBBC;
}
</style>
border-color css
<style>
span { border-color: #8DCBBC; }
span { border-color: rgb(141,203,188); }
td.TdClassName
{
border-color: #8DCBBC;
}
.TagClassName
{
border-color: #8DCBBC;
}
</style>