Shades of Bermuda #88CAB8
Tints of Bermuda #88CAB8
RGB
CMYK
RGB Variations
Color information
#88CAB8 (or 0x88CAB8) is known color: Bermuda. HEX triplet: 88, CA and B8. RGB value is (136,202,184). Sum of RGB (Red+Green+Blue) = 136+202+184=522 (69% of max value = 765). Red value is 136 (53.52% from 255 or 26.05% from 522); Green value is 202 (79.30% from 255 or 38.70% from 522); Blue value is 184 (72.27% from 255 or 35.25% from 522); Max value from RGB is 202 - color contains mainly: green. Hex color #88CAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CAB8 is #773547. Grayscale: #B4B4B4. Windows color (decimal): -7812424 or 12110472. OLE color: 12110472.
HSL color Cylindrical-coordinate representation of color #88CAB8: hue angle of 163.64º 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 #88CAB8 is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 202 | 184 | - |
| CMYK | 0.33 | 0 | 0.09 | 0.21 |
| HSL | 163.64º | 0.38% | 0.66% | - |
| HSV(B) | 163.64º | 0.33% | 0.79% | - |
| XYZ | 39.93 | 50.94 | 53.07 | - |
| YUV | 180.21 | 130.13 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 202 | 184 | 0.33 | 0 | 0.09 | 0.21 | 163.64 | 0.38 | 0.66 |
| Hex | 88 | CA | B8 | 21 | 0 | 9 | 15 | A4 | 26 | 42 |
| Octal | 210 | 312 | 270 | 41 | 0 | 11 | 25 | 244 | 46 | 102 |
| Binary | 10001000 | 11001010 | 10111000 | 100001 | 0 | 1001 | 10101 | 10100100 | 100110 | 1000010 |
Color Harmonies of #88CAB8
Complementary color
Monochromatic Colors of #88CAB8
Black with #88CAB8
Text Example
Text Example
White with #88CAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CAB8; }
p { color: rgb(136,202,184); }
H1.HeaderClassName
{
color: #88CAB8;
}
.AnyTagClassName
{
color: #88CAB8;
}
</style>
background-color css
<style>
a { background-color: #88CAB8; }
a { background-color: rgb(136,202,184); }
div.DivClassName
{
background-color: #88CAB8;
}
.BgClassName
{
background-color: #88CAB8;
}
</style>
border-color css
<style>
span { border-color: #88CAB8; }
span { border-color: rgb(136,202,184); }
td.TdClassName
{
border-color: #88CAB8;
}
.TagClassName
{
border-color: #88CAB8;
}
</style>