Shades of Bermuda #88CABA
Tints of Bermuda #88CABA
RGB
CMYK
RGB Variations
Color information
#88CABA (or 0x88CABA) is known color: Bermuda. HEX triplet: 88, CA and BA. RGB value is (136,202,186). Sum of RGB (Red+Green+Blue) = 136+202+186=524 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.95% from 524); Green value is 202 (79.30% from 255 or 38.55% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 202 - color contains mainly: green. Hex color #88CABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CABA is #773545. Grayscale: #B4B4B4. Windows color (decimal): -7812422 or 12241544. OLE color: 12241544.
HSL color Cylindrical-coordinate representation of color #88CABA: hue angle of 165.45º 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 #88CABA is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 202 | 186 | - |
| CMYK | 0.33 | 0 | 0.08 | 0.21 |
| HSL | 165.45º | 0.38% | 0.66% | - |
| HSV(B) | 165.45º | 0.33% | 0.79% | - |
| XYZ | 40.14 | 51.02 | 54.19 | - |
| YUV | 180.44 | 131.13 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 202 | 186 | 0.33 | 0 | 0.08 | 0.21 | 165.45 | 0.38 | 0.66 |
| Hex | 88 | CA | BA | 21 | 0 | 8 | 15 | A5 | 26 | 42 |
| Octal | 210 | 312 | 272 | 41 | 0 | 10 | 25 | 245 | 46 | 102 |
| Binary | 10001000 | 11001010 | 10111010 | 100001 | 0 | 1000 | 10101 | 10100101 | 100110 | 1000010 |
Color Harmonies of #88CABA
Complementary color
Monochromatic Colors of #88CABA
Black with #88CABA
Text Example
Text Example
White with #88CABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CABA; }
p { color: rgb(136,202,186); }
H1.HeaderClassName
{
color: #88CABA;
}
.AnyTagClassName
{
color: #88CABA;
}
</style>
background-color css
<style>
a { background-color: #88CABA; }
a { background-color: rgb(136,202,186); }
div.DivClassName
{
background-color: #88CABA;
}
.BgClassName
{
background-color: #88CABA;
}
</style>
border-color css
<style>
span { border-color: #88CABA; }
span { border-color: rgb(136,202,186); }
td.TdClassName
{
border-color: #88CABA;
}
.TagClassName
{
border-color: #88CABA;
}
</style>