Shades of Bermuda #88CAC1
Tints of Bermuda #88CAC1
RGB
CMYK
RGB Variations
Color information
#88CAC1 (or 0x88CAC1) is known color: Bermuda. HEX triplet: 88, CA and C1. RGB value is (136,202,193). Sum of RGB (Red+Green+Blue) = 136+202+193=531 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.61% from 531); Green value is 202 (79.30% from 255 or 38.04% from 531); Blue value is 193 (75.78% from 255 or 36.35% from 531); Max value from RGB is 202 - color contains mainly: green. Hex color #88CAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CAC1 is #77353E. Grayscale: #B5B5B5. Windows color (decimal): -7812415 or 12700296. OLE color: 12700296.
HSL color Cylindrical-coordinate representation of color #88CAC1: hue angle of 171.82º 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 #88CAC1 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 202 | 193 | - |
| CMYK | 0.33 | 0 | 0.04 | 0.21 |
| HSL | 171.82º | 0.38% | 0.66% | - |
| HSV(B) | 171.82º | 0.33% | 0.79% | - |
| XYZ | 40.9 | 51.33 | 58.2 | - |
| YUV | 181.24 | 134.63 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 202 | 193 | 0.33 | 0 | 0.04 | 0.21 | 171.82 | 0.38 | 0.66 |
| Hex | 88 | CA | C1 | 21 | 0 | 4 | 15 | AC | 26 | 42 |
| Octal | 210 | 312 | 301 | 41 | 0 | 4 | 25 | 254 | 46 | 102 |
| Binary | 10001000 | 11001010 | 11000001 | 100001 | 0 | 100 | 10101 | 10101100 | 100110 | 1000010 |
Color Harmonies of #88CAC1
Complementary color
Monochromatic Colors of #88CAC1
Black with #88CAC1
Text Example
Text Example
White with #88CAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CAC1; }
p { color: rgb(136,202,193); }
H1.HeaderClassName
{
color: #88CAC1;
}
.AnyTagClassName
{
color: #88CAC1;
}
</style>
background-color css
<style>
a { background-color: #88CAC1; }
a { background-color: rgb(136,202,193); }
div.DivClassName
{
background-color: #88CAC1;
}
.BgClassName
{
background-color: #88CAC1;
}
</style>
border-color css
<style>
span { border-color: #88CAC1; }
span { border-color: rgb(136,202,193); }
td.TdClassName
{
border-color: #88CAC1;
}
.TagClassName
{
border-color: #88CAC1;
}
</style>