Shades of Bermuda #96D0C1
Tints of Bermuda #96D0C1
RGB
CMYK
RGB Variations
Color information
#96D0C1 (or 0x96D0C1) is known color: Bermuda. HEX triplet: 96, D0 and C1. RGB value is (150,208,193). Sum of RGB (Red+Green+Blue) = 150+208+193=551 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.22% from 551); Green value is 208 (81.64% from 255 or 37.75% from 551); Blue value is 193 (75.78% from 255 or 35.03% from 551); Max value from RGB is 208 - color contains mainly: green. Hex color #96D0C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D0C1 is #692F3E. Grayscale: #BCBCBC. Windows color (decimal): -6893375 or 12701846. OLE color: 12701846.
HSL color Cylindrical-coordinate representation of color #96D0C1: hue angle of 164.48º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96D0C1 is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 208 | 193 | - |
| CMYK | 0.28 | 0 | 0.07 | 0.18 |
| HSL | 164.48º | 0.38% | 0.7% | - |
| HSV(B) | 164.48º | 0.28% | 0.82% | - |
| XYZ | 44.76 | 55.45 | 58.8 | - |
| YUV | 188.95 | 130.28 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 208 | 193 | 0.28 | 0 | 0.07 | 0.18 | 164.48 | 0.38 | 0.7 |
| Hex | 96 | D0 | C1 | 1C | 0 | 7 | 12 | A4 | 26 | 46 |
| Octal | 226 | 320 | 301 | 34 | 0 | 7 | 22 | 244 | 46 | 106 |
| Binary | 10010110 | 11010000 | 11000001 | 11100 | 0 | 111 | 10010 | 10100100 | 100110 | 1000110 |
Color Harmonies of #96D0C1
Complementary color
Monochromatic Colors of #96D0C1
Black with #96D0C1
Text Example
Text Example
White with #96D0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D0C1; }
p { color: rgb(150,208,193); }
H1.HeaderClassName
{
color: #96D0C1;
}
.AnyTagClassName
{
color: #96D0C1;
}
</style>
background-color css
<style>
a { background-color: #96D0C1; }
a { background-color: rgb(150,208,193); }
div.DivClassName
{
background-color: #96D0C1;
}
.BgClassName
{
background-color: #96D0C1;
}
</style>
border-color css
<style>
span { border-color: #96D0C1; }
span { border-color: rgb(150,208,193); }
td.TdClassName
{
border-color: #96D0C1;
}
.TagClassName
{
border-color: #96D0C1;
}
</style>