Shades of Bermuda #91C9BD
Tints of Bermuda #91C9BD
RGB
CMYK
RGB Variations
Color information
#91C9BD (or 0x91C9BD) is known color: Bermuda. HEX triplet: 91, C9 and BD. RGB value is (145,201,189). Sum of RGB (Red+Green+Blue) = 145+201+189=535 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.10% from 535); Green value is 201 (78.91% from 255 or 37.57% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 201 - color contains mainly: green. Hex color #91C9BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91C9BD is #6E3642. Grayscale: #B6B6B6. Windows color (decimal): -7222851 or 12437905. OLE color: 12437905.
HSL color Cylindrical-coordinate representation of color #91C9BD: hue angle of 167.14º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #91C9BD is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 201 | 189 | - |
| CMYK | 0.28 | 0 | 0.06 | 0.21 |
| HSL | 167.14º | 0.34% | 0.68% | - |
| HSV(B) | 167.14º | 0.28% | 0.79% | - |
| XYZ | 41.75 | 51.47 | 55.88 | - |
| YUV | 182.89 | 131.45 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 201 | 189 | 0.28 | 0 | 0.06 | 0.21 | 167.14 | 0.34 | 0.68 |
| Hex | 91 | C9 | BD | 1C | 0 | 6 | 15 | A7 | 22 | 44 |
| Octal | 221 | 311 | 275 | 34 | 0 | 6 | 25 | 247 | 42 | 104 |
| Binary | 10010001 | 11001001 | 10111101 | 11100 | 0 | 110 | 10101 | 10100111 | 100010 | 1000100 |
Color Harmonies of #91C9BD
Complementary color
Monochromatic Colors of #91C9BD
Black with #91C9BD
Text Example
Text Example
White with #91C9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C9BD; }
p { color: rgb(145,201,189); }
H1.HeaderClassName
{
color: #91C9BD;
}
.AnyTagClassName
{
color: #91C9BD;
}
</style>
background-color css
<style>
a { background-color: #91C9BD; }
a { background-color: rgb(145,201,189); }
div.DivClassName
{
background-color: #91C9BD;
}
.BgClassName
{
background-color: #91C9BD;
}
</style>
border-color css
<style>
span { border-color: #91C9BD; }
span { border-color: rgb(145,201,189); }
td.TdClassName
{
border-color: #91C9BD;
}
.TagClassName
{
border-color: #91C9BD;
}
</style>