Shades of Bermuda #88CAB5
Tints of Bermuda #88CAB5
RGB
CMYK
RGB Variations
Color information
#88CAB5 (or 0x88CAB5) is known color: Bermuda. HEX triplet: 88, CA and B5. RGB value is (136,202,181). Sum of RGB (Red+Green+Blue) = 136+202+181=519 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.20% from 519); Green value is 202 (79.30% from 255 or 38.92% from 519); Blue value is 181 (71.09% from 255 or 34.87% from 519); Max value from RGB is 202 - color contains mainly: green. Hex color #88CAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CAB5 is #77354A. Grayscale: #B3B3B3. Windows color (decimal): -7812427 or 11913864. OLE color: 11913864.
HSL color Cylindrical-coordinate representation of color #88CAB5: hue angle of 160.91º degrees, saturation: 0.38, 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 #88CAB5 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 202 | 181 | - |
| CMYK | 0.33 | 0 | 0.10 | 0.21 |
| HSL | 160.91º | 0.38% | 0.66% | - |
| HSV(B) | 160.91º | 0.33% | 0.79% | - |
| XYZ | 39.61 | 50.81 | 51.44 | - |
| YUV | 179.87 | 128.63 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 202 | 181 | 0.33 | 0 | 0.10 | 0.21 | 160.91 | 0.38 | 0.66 |
| Hex | 88 | CA | B5 | 21 | 0 | A | 15 | A1 | 26 | 42 |
| Octal | 210 | 312 | 265 | 41 | 0 | 12 | 25 | 241 | 46 | 102 |
| Binary | 10001000 | 11001010 | 10110101 | 100001 | 0 | 1010 | 10101 | 10100001 | 100110 | 1000010 |
Color Harmonies of #88CAB5
Complementary color
Monochromatic Colors of #88CAB5
Black with #88CAB5
Text Example
Text Example
White with #88CAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CAB5; }
p { color: rgb(136,202,181); }
H1.HeaderClassName
{
color: #88CAB5;
}
.AnyTagClassName
{
color: #88CAB5;
}
</style>
background-color css
<style>
a { background-color: #88CAB5; }
a { background-color: rgb(136,202,181); }
div.DivClassName
{
background-color: #88CAB5;
}
.BgClassName
{
background-color: #88CAB5;
}
</style>
border-color css
<style>
span { border-color: #88CAB5; }
span { border-color: rgb(136,202,181); }
td.TdClassName
{
border-color: #88CAB5;
}
.TagClassName
{
border-color: #88CAB5;
}
</style>