Shades of Bermuda #96CDC2
Tints of Bermuda #96CDC2
RGB
CMYK
RGB Variations
Color information
#96CDC2 (or 0x96CDC2) is known color: Bermuda. HEX triplet: 96, CD and C2. RGB value is (150,205,194). Sum of RGB (Red+Green+Blue) = 150+205+194=549 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.32% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 194 (76.17% from 255 or 35.34% from 549); Max value from RGB is 205 - color contains mainly: green. Hex color #96CDC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CDC2 is #69323D. Grayscale: #BBBBBB. Windows color (decimal): -6894142 or 12766614. OLE color: 12766614.
HSL color Cylindrical-coordinate representation of color #96CDC2: hue angle of 168º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96CDC2 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 205 | 194 | - |
| CMYK | 0.27 | 0 | 0.05 | 0.20 |
| HSL | 168º | 0.35% | 0.7% | - |
| HSV(B) | 168º | 0.27% | 0.8% | - |
| XYZ | 44.15 | 54.04 | 59.14 | - |
| YUV | 187.3 | 131.78 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 205 | 194 | 0.27 | 0 | 0.05 | 0.20 | 168 | 0.35 | 0.7 |
| Hex | 96 | CD | C2 | 1B | 0 | 5 | 14 | A8 | 23 | 46 |
| Octal | 226 | 315 | 302 | 33 | 0 | 5 | 24 | 250 | 43 | 106 |
| Binary | 10010110 | 11001101 | 11000010 | 11011 | 0 | 101 | 10100 | 10101000 | 100011 | 1000110 |
Color Harmonies of #96CDC2
Complementary color
Monochromatic Colors of #96CDC2
Black with #96CDC2
Text Example
Text Example
White with #96CDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CDC2; }
p { color: rgb(150,205,194); }
H1.HeaderClassName
{
color: #96CDC2;
}
.AnyTagClassName
{
color: #96CDC2;
}
</style>
background-color css
<style>
a { background-color: #96CDC2; }
a { background-color: rgb(150,205,194); }
div.DivClassName
{
background-color: #96CDC2;
}
.BgClassName
{
background-color: #96CDC2;
}
</style>
border-color css
<style>
span { border-color: #96CDC2; }
span { border-color: rgb(150,205,194); }
td.TdClassName
{
border-color: #96CDC2;
}
.TagClassName
{
border-color: #96CDC2;
}
</style>