Shades of Surf #BCD7BE
Tints of Surf #BCD7BE
RGB
CMYK
RGB Variations
Color information
#BCD7BE (or 0xBCD7BE) is known color: Surf. HEX triplet: BC, D7 and BE. RGB value is (188,215,190). Sum of RGB (Red+Green+Blue) = 188+215+190=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 215 (84.38% from 255 or 36.26% from 593); Blue value is 190 (74.61% from 255 or 32.04% from 593); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD7BE is #432841. Grayscale: #CCCCCC. Windows color (decimal): -4401218 or 12507068. OLE color: 12507068.
HSL color Cylindrical-coordinate representation of color #BCD7BE: hue angle of 124.44º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCD7BE is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 215 | 190 | - |
| CMYK | 0.13 | 0 | 0.12 | 0.16 |
| HSL | 124.44º | 0.25% | 0.79% | - |
| HSV(B) | 124.44º | 0.13% | 0.84% | - |
| XYZ | 54.33 | 63.01 | 58.01 | - |
| YUV | 204.08 | 120.05 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 215 | 190 | 0.13 | 0 | 0.12 | 0.16 | 124.44 | 0.25 | 0.79 |
| Hex | BC | D7 | BE | D | 0 | C | 10 | 7C | 19 | 4F |
| Octal | 274 | 327 | 276 | 15 | 0 | 14 | 20 | 174 | 31 | 117 |
| Binary | 10111100 | 11010111 | 10111110 | 1101 | 0 | 1100 | 10000 | 1111100 | 11001 | 1001111 |
Color Harmonies of #BCD7BE
Complementary color
Monochromatic Colors of #BCD7BE
Black with #BCD7BE
Text Example
Text Example
White with #BCD7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD7BE; }
p { color: rgb(188,215,190); }
H1.HeaderClassName
{
color: #BCD7BE;
}
.AnyTagClassName
{
color: #BCD7BE;
}
</style>
background-color css
<style>
a { background-color: #BCD7BE; }
a { background-color: rgb(188,215,190); }
div.DivClassName
{
background-color: #BCD7BE;
}
.BgClassName
{
background-color: #BCD7BE;
}
</style>
border-color css
<style>
span { border-color: #BCD7BE; }
span { border-color: rgb(188,215,190); }
td.TdClassName
{
border-color: #BCD7BE;
}
.TagClassName
{
border-color: #BCD7BE;
}
</style>