Shades of Bermuda #91CCBC
Tints of Bermuda #91CCBC
RGB
CMYK
RGB Variations
Color information
#91CCBC (or 0x91CCBC) is known color: Bermuda. HEX triplet: 91, CC and BC. RGB value is (145,204,188). Sum of RGB (Red+Green+Blue) = 145+204+188=537 (71% of max value = 765). Red value is 145 (57.03% from 255 or 27.00% from 537); Green value is 204 (80.08% from 255 or 37.99% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 204 - color contains mainly: green. Hex color #91CCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91CCBC is #6E3343. Grayscale: #B8B8B8. Windows color (decimal): -7222084 or 12373137. OLE color: 12373137.
HSL color Cylindrical-coordinate representation of color #91CCBC: hue angle of 163.73º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #91CCBC is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 145 | 204 | 188 | - |
| CMYK | 0.29 | 0 | 0.08 | 0.2 |
| HSL | 163.73º | 0.37% | 0.68% | - |
| HSV(B) | 163.73º | 0.29% | 0.8% | - |
| XYZ | 42.35 | 52.84 | 55.54 | - |
| YUV | 184.54 | 129.95 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 204 | 188 | 0.29 | 0 | 0.08 | 0.2 | 163.73 | 0.37 | 0.68 |
| Hex | 91 | CC | BC | 1D | 0 | 8 | 14 | A4 | 25 | 44 |
| Octal | 221 | 314 | 274 | 35 | 0 | 10 | 24 | 244 | 45 | 104 |
| Binary | 10010001 | 11001100 | 10111100 | 11101 | 0 | 1000 | 10100 | 10100100 | 100101 | 1000100 |
Color Harmonies of #91CCBC
Complementary color
Monochromatic Colors of #91CCBC
Black with #91CCBC
Text Example
Text Example
White with #91CCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CCBC; }
p { color: rgb(145,204,188); }
H1.HeaderClassName
{
color: #91CCBC;
}
.AnyTagClassName
{
color: #91CCBC;
}
</style>
background-color css
<style>
a { background-color: #91CCBC; }
a { background-color: rgb(145,204,188); }
div.DivClassName
{
background-color: #91CCBC;
}
.BgClassName
{
background-color: #91CCBC;
}
</style>
border-color css
<style>
span { border-color: #91CCBC; }
span { border-color: rgb(145,204,188); }
td.TdClassName
{
border-color: #91CCBC;
}
.TagClassName
{
border-color: #91CCBC;
}
</style>