Shades of Bermuda #8CCDB8
Tints of Bermuda #8CCDB8
RGB
CMYK
RGB Variations
Color information
#8CCDB8 (or 0x8CCDB8) is known color: Bermuda. HEX triplet: 8C, CD and B8. RGB value is (140,205,184). Sum of RGB (Red+Green+Blue) = 140+205+184=529 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.47% from 529); Green value is 205 (80.47% from 255 or 38.75% from 529); Blue value is 184 (72.27% from 255 or 34.78% from 529); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCDB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCDB8 is #733247. Grayscale: #B7B7B7. Windows color (decimal): -7549512 or 12111244. OLE color: 12111244.
HSL color Cylindrical-coordinate representation of color #8CCDB8: hue angle of 160.62º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CCDB8 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 205 | 184 | - |
| CMYK | 0.32 | 0 | 0.10 | 0.20 |
| HSL | 160.62º | 0.39% | 0.68% | - |
| HSV(B) | 160.62º | 0.32% | 0.8% | - |
| XYZ | 41.3 | 52.7 | 53.34 | - |
| YUV | 183.17 | 128.47 | 97.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 205 | 184 | 0.32 | 0 | 0.10 | 0.20 | 160.62 | 0.39 | 0.68 |
| Hex | 8C | CD | B8 | 20 | 0 | A | 14 | A1 | 27 | 44 |
| Octal | 214 | 315 | 270 | 40 | 0 | 12 | 24 | 241 | 47 | 104 |
| Binary | 10001100 | 11001101 | 10111000 | 100000 | 0 | 1010 | 10100 | 10100001 | 100111 | 1000100 |
Color Harmonies of #8CCDB8
Complementary color
Monochromatic Colors of #8CCDB8
Black with #8CCDB8
Text Example
Text Example
White with #8CCDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCDB8; }
p { color: rgb(140,205,184); }
H1.HeaderClassName
{
color: #8CCDB8;
}
.AnyTagClassName
{
color: #8CCDB8;
}
</style>
background-color css
<style>
a { background-color: #8CCDB8; }
a { background-color: rgb(140,205,184); }
div.DivClassName
{
background-color: #8CCDB8;
}
.BgClassName
{
background-color: #8CCDB8;
}
</style>
border-color css
<style>
span { border-color: #8CCDB8; }
span { border-color: rgb(140,205,184); }
td.TdClassName
{
border-color: #8CCDB8;
}
.TagClassName
{
border-color: #8CCDB8;
}
</style>