Shades of Bermuda #96CCC6
Tints of Bermuda #96CCC6
RGB
CMYK
RGB Variations
Color information
#96CCC6 (or 0x96CCC6) is known color: Bermuda. HEX triplet: 96, CC and C6. RGB value is (150,204,198). Sum of RGB (Red+Green+Blue) = 150+204+198=552 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.17% from 552); Green value is 204 (80.08% from 255 or 36.96% from 552); Blue value is 198 (77.73% from 255 or 35.87% from 552); Max value from RGB is 204 - color contains mainly: green. Hex color #96CCC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CCC6 is #693339. Grayscale: #BBBBBB. Windows color (decimal): -6894394 or 13028502. OLE color: 13028502.
HSL color Cylindrical-coordinate representation of color #96CCC6: hue angle of 173.33º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96CCC6 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 150 | 204 | 198 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.2 |
| HSL | 173.33º | 0.35% | 0.69% | - |
| HSV(B) | 173.33º | 0.26% | 0.8% | - |
| XYZ | 44.36 | 53.75 | 61.46 | - |
| YUV | 187.17 | 134.11 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 204 | 198 | 0.26 | 0 | 0.03 | 0.2 | 173.33 | 0.35 | 0.69 |
| Hex | 96 | CC | C6 | 1A | 0 | 3 | 14 | AD | 23 | 45 |
| Octal | 226 | 314 | 306 | 32 | 0 | 3 | 24 | 255 | 43 | 105 |
| Binary | 10010110 | 11001100 | 11000110 | 11010 | 0 | 11 | 10100 | 10101101 | 100011 | 1000101 |
Color Harmonies of #96CCC6
Complementary color
Monochromatic Colors of #96CCC6
Black with #96CCC6
Text Example
Text Example
White with #96CCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CCC6; }
p { color: rgb(150,204,198); }
H1.HeaderClassName
{
color: #96CCC6;
}
.AnyTagClassName
{
color: #96CCC6;
}
</style>
background-color css
<style>
a { background-color: #96CCC6; }
a { background-color: rgb(150,204,198); }
div.DivClassName
{
background-color: #96CCC6;
}
.BgClassName
{
background-color: #96CCC6;
}
</style>
border-color css
<style>
span { border-color: #96CCC6; }
span { border-color: rgb(150,204,198); }
td.TdClassName
{
border-color: #96CCC6;
}
.TagClassName
{
border-color: #96CCC6;
}
</style>