Shades of Bermuda #87CABB
Tints of Bermuda #87CABB
RGB
CMYK
RGB Variations
Color information
#87CABB (or 0x87CABB) is known color: Bermuda. HEX triplet: 87, CA and BB. RGB value is (135,202,187). Sum of RGB (Red+Green+Blue) = 135+202+187=524 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.76% from 524); Green value is 202 (79.30% from 255 or 38.55% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 202 - color contains mainly: green. Hex color #87CABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87CABB is #783544. Grayscale: #B4B4B4. Windows color (decimal): -7877957 or 12307079. OLE color: 12307079.
HSL color Cylindrical-coordinate representation of color #87CABB: hue angle of 166.57º 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 #87CABB is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 135 | 202 | 187 | - |
| CMYK | 0.33 | 0 | 0.07 | 0.21 |
| HSL | 166.57º | 0.39% | 0.66% | - |
| HSV(B) | 166.57º | 0.33% | 0.79% | - |
| XYZ | 40.08 | 50.98 | 54.74 | - |
| YUV | 180.26 | 131.8 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 202 | 187 | 0.33 | 0 | 0.07 | 0.21 | 166.57 | 0.39 | 0.66 |
| Hex | 87 | CA | BB | 21 | 0 | 7 | 15 | A7 | 27 | 42 |
| Octal | 207 | 312 | 273 | 41 | 0 | 7 | 25 | 247 | 47 | 102 |
| Binary | 10000111 | 11001010 | 10111011 | 100001 | 0 | 111 | 10101 | 10100111 | 100111 | 1000010 |
Color Harmonies of #87CABB
Complementary color
Monochromatic Colors of #87CABB
Black with #87CABB
Text Example
Text Example
White with #87CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87CABB; }
p { color: rgb(135,202,187); }
H1.HeaderClassName
{
color: #87CABB;
}
.AnyTagClassName
{
color: #87CABB;
}
</style>
background-color css
<style>
a { background-color: #87CABB; }
a { background-color: rgb(135,202,187); }
div.DivClassName
{
background-color: #87CABB;
}
.BgClassName
{
background-color: #87CABB;
}
</style>
border-color css
<style>
span { border-color: #87CABB; }
span { border-color: rgb(135,202,187); }
td.TdClassName
{
border-color: #87CABB;
}
.TagClassName
{
border-color: #87CABB;
}
</style>