Shades of Bermuda #8CCEBC
Tints of Bermuda #8CCEBC
RGB
CMYK
RGB Variations
Color information
#8CCEBC (or 0x8CCEBC) is known color: Bermuda. HEX triplet: 8C, CE and BC. RGB value is (140,206,188). Sum of RGB (Red+Green+Blue) = 140+206+188=534 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.22% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 206 - color contains mainly: green. Hex color #8CCEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCEBC is #733143. Grayscale: #B8B8B8. Windows color (decimal): -7549252 or 12373644. OLE color: 12373644.
HSL color Cylindrical-coordinate representation of color #8CCEBC: hue angle of 163.64º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CCEBC is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 206 | 188 | - |
| CMYK | 0.32 | 0 | 0.09 | 0.19 |
| HSL | 163.64º | 0.4% | 0.68% | - |
| HSV(B) | 163.64º | 0.32% | 0.81% | - |
| XYZ | 41.96 | 53.35 | 55.66 | - |
| YUV | 184.21 | 130.13 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 206 | 188 | 0.32 | 0 | 0.09 | 0.19 | 163.64 | 0.4 | 0.68 |
| Hex | 8C | CE | BC | 20 | 0 | 9 | 13 | A4 | 28 | 44 |
| Octal | 214 | 316 | 274 | 40 | 0 | 11 | 23 | 244 | 50 | 104 |
| Binary | 10001100 | 11001110 | 10111100 | 100000 | 0 | 1001 | 10011 | 10100100 | 101000 | 1000100 |
Color Harmonies of #8CCEBC
Complementary color
Monochromatic Colors of #8CCEBC
Black with #8CCEBC
Text Example
Text Example
White with #8CCEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCEBC; }
p { color: rgb(140,206,188); }
H1.HeaderClassName
{
color: #8CCEBC;
}
.AnyTagClassName
{
color: #8CCEBC;
}
</style>
background-color css
<style>
a { background-color: #8CCEBC; }
a { background-color: rgb(140,206,188); }
div.DivClassName
{
background-color: #8CCEBC;
}
.BgClassName
{
background-color: #8CCEBC;
}
</style>
border-color css
<style>
span { border-color: #8CCEBC; }
span { border-color: rgb(140,206,188); }
td.TdClassName
{
border-color: #8CCEBC;
}
.TagClassName
{
border-color: #8CCEBC;
}
</style>