Shades of Bermuda #8CCDB5
Tints of Bermuda #8CCDB5
RGB
CMYK
RGB Variations
Color information
#8CCDB5 (or 0x8CCDB5) is known color: Bermuda. HEX triplet: 8C, CD and B5. RGB value is (140,205,181). Sum of RGB (Red+Green+Blue) = 140+205+181=526 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.62% from 526); Green value is 205 (80.47% from 255 or 38.97% from 526); Blue value is 181 (71.09% from 255 or 34.41% from 526); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCDB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCDB5 is #73324A. Grayscale: #B6B6B6. Windows color (decimal): -7549515 or 11914636. OLE color: 11914636.
HSL color Cylindrical-coordinate representation of color #8CCDB5: hue angle of 157.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 #8CCDB5 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 205 | 181 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.20 |
| HSL | 157.85º | 0.39% | 0.68% | - |
| HSV(B) | 157.85º | 0.32% | 0.8% | - |
| XYZ | 40.99 | 52.57 | 51.7 | - |
| YUV | 182.83 | 126.97 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 205 | 181 | 0.32 | 0 | 0.12 | 0.20 | 157.85 | 0.39 | 0.68 |
| Hex | 8C | CD | B5 | 20 | 0 | C | 14 | 9E | 27 | 44 |
| Octal | 214 | 315 | 265 | 40 | 0 | 14 | 24 | 236 | 47 | 104 |
| Binary | 10001100 | 11001101 | 10110101 | 100000 | 0 | 1100 | 10100 | 10011110 | 100111 | 1000100 |
Color Harmonies of #8CCDB5
Complementary color
Monochromatic Colors of #8CCDB5
Black with #8CCDB5
Text Example
Text Example
White with #8CCDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCDB5; }
p { color: rgb(140,205,181); }
H1.HeaderClassName
{
color: #8CCDB5;
}
.AnyTagClassName
{
color: #8CCDB5;
}
</style>
background-color css
<style>
a { background-color: #8CCDB5; }
a { background-color: rgb(140,205,181); }
div.DivClassName
{
background-color: #8CCDB5;
}
.BgClassName
{
background-color: #8CCDB5;
}
</style>
border-color css
<style>
span { border-color: #8CCDB5; }
span { border-color: rgb(140,205,181); }
td.TdClassName
{
border-color: #8CCDB5;
}
.TagClassName
{
border-color: #8CCDB5;
}
</style>