Shades of Bermuda #8CCDBE
Tints of Bermuda #8CCDBE
RGB
CMYK
RGB Variations
Color information
#8CCDBE (or 0x8CCDBE) is known color: Bermuda. HEX triplet: 8C, CD and BE. RGB value is (140,205,190). Sum of RGB (Red+Green+Blue) = 140+205+190=535 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.17% from 535); Green value is 205 (80.47% from 255 or 38.32% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCDBE is #733241. Grayscale: #B7B7B7. Windows color (decimal): -7549506 or 12504460. OLE color: 12504460.
HSL color Cylindrical-coordinate representation of color #8CCDBE: hue angle of 166.15º 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 #8CCDBE is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 205 | 190 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.20 |
| HSL | 166.15º | 0.39% | 0.68% | - |
| HSV(B) | 166.15º | 0.32% | 0.8% | - |
| XYZ | 41.94 | 52.96 | 56.73 | - |
| YUV | 183.86 | 131.47 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 205 | 190 | 0.32 | 0 | 0.07 | 0.20 | 166.15 | 0.39 | 0.68 |
| Hex | 8C | CD | BE | 20 | 0 | 7 | 14 | A6 | 27 | 44 |
| Octal | 214 | 315 | 276 | 40 | 0 | 7 | 24 | 246 | 47 | 104 |
| Binary | 10001100 | 11001101 | 10111110 | 100000 | 0 | 111 | 10100 | 10100110 | 100111 | 1000100 |
Color Harmonies of #8CCDBE
Complementary color
Monochromatic Colors of #8CCDBE
Black with #8CCDBE
Text Example
Text Example
White with #8CCDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCDBE; }
p { color: rgb(140,205,190); }
H1.HeaderClassName
{
color: #8CCDBE;
}
.AnyTagClassName
{
color: #8CCDBE;
}
</style>
background-color css
<style>
a { background-color: #8CCDBE; }
a { background-color: rgb(140,205,190); }
div.DivClassName
{
background-color: #8CCDBE;
}
.BgClassName
{
background-color: #8CCDBE;
}
</style>
border-color css
<style>
span { border-color: #8CCDBE; }
span { border-color: rgb(140,205,190); }
td.TdClassName
{
border-color: #8CCDBE;
}
.TagClassName
{
border-color: #8CCDBE;
}
</style>