Shades of Bermuda #8CCDC2
Tints of Bermuda #8CCDC2
RGB
CMYK
RGB Variations
Color information
#8CCDC2 (or 0x8CCDC2) is known color: Bermuda. HEX triplet: 8C, CD and C2. RGB value is (140,205,194). Sum of RGB (Red+Green+Blue) = 140+205+194=539 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.97% from 539); Green value is 205 (80.47% from 255 or 38.03% from 539); Blue value is 194 (76.17% from 255 or 35.99% from 539); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCDC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCDC2 is #73323D. Grayscale: #B8B8B8. Windows color (decimal): -7549502 or 12766604. OLE color: 12766604.
HSL color Cylindrical-coordinate representation of color #8CCDC2: hue angle of 169.85º 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 #8CCDC2 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 205 | 194 | - |
| CMYK | 0.32 | 0 | 0.05 | 0.20 |
| HSL | 169.85º | 0.39% | 0.68% | - |
| HSV(B) | 169.85º | 0.32% | 0.8% | - |
| XYZ | 42.38 | 53.13 | 59.06 | - |
| YUV | 184.31 | 133.47 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 205 | 194 | 0.32 | 0 | 0.05 | 0.20 | 169.85 | 0.39 | 0.68 |
| Hex | 8C | CD | C2 | 20 | 0 | 5 | 14 | AA | 27 | 44 |
| Octal | 214 | 315 | 302 | 40 | 0 | 5 | 24 | 252 | 47 | 104 |
| Binary | 10001100 | 11001101 | 11000010 | 100000 | 0 | 101 | 10100 | 10101010 | 100111 | 1000100 |
Color Harmonies of #8CCDC2
Complementary color
Monochromatic Colors of #8CCDC2
Black with #8CCDC2
Text Example
Text Example
White with #8CCDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCDC2; }
p { color: rgb(140,205,194); }
H1.HeaderClassName
{
color: #8CCDC2;
}
.AnyTagClassName
{
color: #8CCDC2;
}
</style>
background-color css
<style>
a { background-color: #8CCDC2; }
a { background-color: rgb(140,205,194); }
div.DivClassName
{
background-color: #8CCDC2;
}
.BgClassName
{
background-color: #8CCDC2;
}
</style>
border-color css
<style>
span { border-color: #8CCDC2; }
span { border-color: rgb(140,205,194); }
td.TdClassName
{
border-color: #8CCDC2;
}
.TagClassName
{
border-color: #8CCDC2;
}
</style>