Shades of Bermuda #87CAC5
Tints of Bermuda #87CAC5
RGB
CMYK
RGB Variations
Color information
#87CAC5 (or 0x87CAC5) is known color: Bermuda. HEX triplet: 87, CA and C5. RGB value is (135,202,197). Sum of RGB (Red+Green+Blue) = 135+202+197=534 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.28% from 534); Green value is 202 (79.30% from 255 or 37.83% from 534); Blue value is 197 (77.34% from 255 or 36.89% from 534); Max value from RGB is 202 - color contains mainly: green. Hex color #87CAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87CAC5 is #78353A. Grayscale: #B5B5B5. Windows color (decimal): -7877947 or 12962439. OLE color: 12962439.
HSL color Cylindrical-coordinate representation of color #87CAC5: hue angle of 175.52º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #87CAC5 is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 135 | 202 | 197 | - |
| CMYK | 0.33 | 0 | 0.02 | 0.21 |
| HSL | 175.52º | 0.39% | 0.66% | - |
| HSV(B) | 175.52º | 0.33% | 0.79% | - |
| XYZ | 41.19 | 51.42 | 60.58 | - |
| YUV | 181.4 | 136.8 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 202 | 197 | 0.33 | 0 | 0.02 | 0.21 | 175.52 | 0.39 | 0.66 |
| Hex | 87 | CA | C5 | 21 | 0 | 2 | 15 | B0 | 27 | 42 |
| Octal | 207 | 312 | 305 | 41 | 0 | 2 | 25 | 260 | 47 | 102 |
| Binary | 10000111 | 11001010 | 11000101 | 100001 | 0 | 10 | 10101 | 10110000 | 100111 | 1000010 |
Color Harmonies of #87CAC5
Complementary color
Monochromatic Colors of #87CAC5
Black with #87CAC5
Text Example
Text Example
White with #87CAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87CAC5; }
p { color: rgb(135,202,197); }
H1.HeaderClassName
{
color: #87CAC5;
}
.AnyTagClassName
{
color: #87CAC5;
}
</style>
background-color css
<style>
a { background-color: #87CAC5; }
a { background-color: rgb(135,202,197); }
div.DivClassName
{
background-color: #87CAC5;
}
.BgClassName
{
background-color: #87CAC5;
}
</style>
border-color css
<style>
span { border-color: #87CAC5; }
span { border-color: rgb(135,202,197); }
td.TdClassName
{
border-color: #87CAC5;
}
.TagClassName
{
border-color: #87CAC5;
}
</style>