Shades of Bermuda #8DCCB5
Tints of Bermuda #8DCCB5
RGB
CMYK
RGB Variations
Color information
#8DCCB5 (or 0x8DCCB5) is known color: Bermuda. HEX triplet: 8D, CC and B5. RGB value is (141,204,181). Sum of RGB (Red+Green+Blue) = 141+204+181=526 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.81% from 526); Green value is 204 (80.08% from 255 or 38.78% from 526); Blue value is 181 (71.09% from 255 or 34.41% from 526); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCCB5 is #72334A. Grayscale: #B6B6B6. Windows color (decimal): -7484235 or 11914381. OLE color: 11914381.
HSL color Cylindrical-coordinate representation of color #8DCCB5: hue angle of 158.1º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DCCB5 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 141 | 204 | 181 | - |
| CMYK | 0.31 | 0 | 0.11 | 0.2 |
| HSL | 158.1º | 0.38% | 0.68% | - |
| HSV(B) | 158.1º | 0.31% | 0.8% | - |
| XYZ | 40.92 | 52.18 | 51.63 | - |
| YUV | 182.54 | 127.13 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 204 | 181 | 0.31 | 0 | 0.11 | 0.2 | 158.1 | 0.38 | 0.68 |
| Hex | 8D | CC | B5 | 1F | 0 | B | 14 | 9E | 26 | 44 |
| Octal | 215 | 314 | 265 | 37 | 0 | 13 | 24 | 236 | 46 | 104 |
| Binary | 10001101 | 11001100 | 10110101 | 11111 | 0 | 1011 | 10100 | 10011110 | 100110 | 1000100 |
Color Harmonies of #8DCCB5
Complementary color
Monochromatic Colors of #8DCCB5
Black with #8DCCB5
Text Example
Text Example
White with #8DCCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCCB5; }
p { color: rgb(141,204,181); }
H1.HeaderClassName
{
color: #8DCCB5;
}
.AnyTagClassName
{
color: #8DCCB5;
}
</style>
background-color css
<style>
a { background-color: #8DCCB5; }
a { background-color: rgb(141,204,181); }
div.DivClassName
{
background-color: #8DCCB5;
}
.BgClassName
{
background-color: #8DCCB5;
}
</style>
border-color css
<style>
span { border-color: #8DCCB5; }
span { border-color: rgb(141,204,181); }
td.TdClassName
{
border-color: #8DCCB5;
}
.TagClassName
{
border-color: #8DCCB5;
}
</style>