Shades of Bermuda #97CEC2
Tints of Bermuda #97CEC2
RGB
CMYK
RGB Variations
Color information
#97CEC2 (or 0x97CEC2) is known color: Bermuda. HEX triplet: 97, CE and C2. RGB value is (151,206,194). Sum of RGB (Red+Green+Blue) = 151+206+194=551 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.40% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 194 (76.17% from 255 or 35.21% from 551); Max value from RGB is 206 - color contains mainly: green. Hex color #97CEC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97CEC2 is #68313D. Grayscale: #BCBCBC. Windows color (decimal): -6828350 or 12766871. OLE color: 12766871.
HSL color Cylindrical-coordinate representation of color #97CEC2: hue angle of 166.91º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #97CEC2 is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 206 | 194 | - |
| CMYK | 0.27 | 0 | 0.06 | 0.19 |
| HSL | 166.91º | 0.36% | 0.7% | - |
| HSV(B) | 166.91º | 0.27% | 0.81% | - |
| XYZ | 44.57 | 54.62 | 59.23 | - |
| YUV | 188.19 | 131.28 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 206 | 194 | 0.27 | 0 | 0.06 | 0.19 | 166.91 | 0.36 | 0.7 |
| Hex | 97 | CE | C2 | 1B | 0 | 6 | 13 | A7 | 24 | 46 |
| Octal | 227 | 316 | 302 | 33 | 0 | 6 | 23 | 247 | 44 | 106 |
| Binary | 10010111 | 11001110 | 11000010 | 11011 | 0 | 110 | 10011 | 10100111 | 100100 | 1000110 |
Color Harmonies of #97CEC2
Complementary color
Monochromatic Colors of #97CEC2
Black with #97CEC2
Text Example
Text Example
White with #97CEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97CEC2; }
p { color: rgb(151,206,194); }
H1.HeaderClassName
{
color: #97CEC2;
}
.AnyTagClassName
{
color: #97CEC2;
}
</style>
background-color css
<style>
a { background-color: #97CEC2; }
a { background-color: rgb(151,206,194); }
div.DivClassName
{
background-color: #97CEC2;
}
.BgClassName
{
background-color: #97CEC2;
}
</style>
border-color css
<style>
span { border-color: #97CEC2; }
span { border-color: rgb(151,206,194); }
td.TdClassName
{
border-color: #97CEC2;
}
.TagClassName
{
border-color: #97CEC2;
}
</style>