Shades of Surf #BCD6BE
Tints of Surf #BCD6BE
RGB
CMYK
RGB Variations
Color information
#BCD6BE (or 0xBCD6BE) is known color: Surf. HEX triplet: BC, D6 and BE. RGB value is (188,214,190). Sum of RGB (Red+Green+Blue) = 188+214+190=592 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.76% from 592); Green value is 214 (83.98% from 255 or 36.15% from 592); Blue value is 190 (74.61% from 255 or 32.09% from 592); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD6BE is #432941. Grayscale: #CBCBCB. Windows color (decimal): -4401474 or 12506812. OLE color: 12506812.
HSL color Cylindrical-coordinate representation of color #BCD6BE: hue angle of 124.62º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCD6BE is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 214 | 190 | - |
| CMYK | 0.12 | 0 | 0.11 | 0.16 |
| HSL | 124.62º | 0.24% | 0.79% | - |
| HSV(B) | 124.62º | 0.12% | 0.84% | - |
| XYZ | 54.08 | 62.5 | 57.93 | - |
| YUV | 203.49 | 120.39 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 190 | 0.12 | 0 | 0.11 | 0.16 | 124.62 | 0.24 | 0.79 |
| Hex | BC | D6 | BE | C | 0 | B | 10 | 7D | 18 | 4F |
| Octal | 274 | 326 | 276 | 14 | 0 | 13 | 20 | 175 | 30 | 117 |
| Binary | 10111100 | 11010110 | 10111110 | 1100 | 0 | 1011 | 10000 | 1111101 | 11000 | 1001111 |
Color Harmonies of #BCD6BE
Complementary color
Monochromatic Colors of #BCD6BE
Black with #BCD6BE
Text Example
Text Example
White with #BCD6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD6BE; }
p { color: rgb(188,214,190); }
H1.HeaderClassName
{
color: #BCD6BE;
}
.AnyTagClassName
{
color: #BCD6BE;
}
</style>
background-color css
<style>
a { background-color: #BCD6BE; }
a { background-color: rgb(188,214,190); }
div.DivClassName
{
background-color: #BCD6BE;
}
.BgClassName
{
background-color: #BCD6BE;
}
</style>
border-color css
<style>
span { border-color: #BCD6BE; }
span { border-color: rgb(188,214,190); }
td.TdClassName
{
border-color: #BCD6BE;
}
.TagClassName
{
border-color: #BCD6BE;
}
</style>