Shades of Bermuda #8CCDBD
Tints of Bermuda #8CCDBD
RGB
CMYK
RGB Variations
Color information
#8CCDBD (or 0x8CCDBD) is known color: Bermuda. HEX triplet: 8C, CD and BD. RGB value is (140,205,189). Sum of RGB (Red+Green+Blue) = 140+205+189=534 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.22% from 534); Green value is 205 (80.47% from 255 or 38.39% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCDBD is #733242. Grayscale: #B7B7B7. Windows color (decimal): -7549507 or 12438924. OLE color: 12438924.
HSL color Cylindrical-coordinate representation of color #8CCDBD: hue angle of 165.23º 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 #8CCDBD is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 205 | 189 | - |
| CMYK | 0.32 | 0 | 0.08 | 0.20 |
| HSL | 165.23º | 0.39% | 0.68% | - |
| HSV(B) | 165.23º | 0.32% | 0.8% | - |
| XYZ | 41.83 | 52.91 | 56.15 | - |
| YUV | 183.74 | 130.97 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 205 | 189 | 0.32 | 0 | 0.08 | 0.20 | 165.23 | 0.39 | 0.68 |
| Hex | 8C | CD | BD | 20 | 0 | 8 | 14 | A5 | 27 | 44 |
| Octal | 214 | 315 | 275 | 40 | 0 | 10 | 24 | 245 | 47 | 104 |
| Binary | 10001100 | 11001101 | 10111101 | 100000 | 0 | 1000 | 10100 | 10100101 | 100111 | 1000100 |
Color Harmonies of #8CCDBD
Complementary color
Monochromatic Colors of #8CCDBD
Black with #8CCDBD
Text Example
Text Example
White with #8CCDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCDBD; }
p { color: rgb(140,205,189); }
H1.HeaderClassName
{
color: #8CCDBD;
}
.AnyTagClassName
{
color: #8CCDBD;
}
</style>
background-color css
<style>
a { background-color: #8CCDBD; }
a { background-color: rgb(140,205,189); }
div.DivClassName
{
background-color: #8CCDBD;
}
.BgClassName
{
background-color: #8CCDBD;
}
</style>
border-color css
<style>
span { border-color: #8CCDBD; }
span { border-color: rgb(140,205,189); }
td.TdClassName
{
border-color: #8CCDBD;
}
.TagClassName
{
border-color: #8CCDBD;
}
</style>