Shades of Surf #BCD7BC
Tints of Surf #BCD7BC
RGB
CMYK
RGB Variations
Color information
#BCD7BC (or 0xBCD7BC) is known color: Surf. HEX triplet: BC, D7 and BC. RGB value is (188,215,188). Sum of RGB (Red+Green+Blue) = 188+215+188=591 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.81% from 591); Green value is 215 (84.38% from 255 or 36.38% from 591); Blue value is 188 (73.83% from 255 or 31.81% from 591); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD7BC is #432843. Grayscale: #CBCBCB. Windows color (decimal): -4401220 or 12375996. OLE color: 12375996.
HSL color Cylindrical-coordinate representation of color #BCD7BC: hue angle of 120º 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 #BCD7BC is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 215 | 188 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.16 |
| HSL | 120º | 0.25% | 0.79% | - |
| HSV(B) | 120º | 0.13% | 0.84% | - |
| XYZ | 54.12 | 62.92 | 56.87 | - |
| YUV | 203.85 | 119.05 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 215 | 188 | 0.13 | 0 | 0.13 | 0.16 | 120 | 0.25 | 0.79 |
| Hex | BC | D7 | BC | D | 0 | D | 10 | 78 | 19 | 4F |
| Octal | 274 | 327 | 274 | 15 | 0 | 15 | 20 | 170 | 31 | 117 |
| Binary | 10111100 | 11010111 | 10111100 | 1101 | 0 | 1101 | 10000 | 1111000 | 11001 | 1001111 |
Color Harmonies of #BCD7BC
Complementary color
Monochromatic Colors of #BCD7BC
Black with #BCD7BC
Text Example
Text Example
White with #BCD7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD7BC; }
p { color: rgb(188,215,188); }
H1.HeaderClassName
{
color: #BCD7BC;
}
.AnyTagClassName
{
color: #BCD7BC;
}
</style>
background-color css
<style>
a { background-color: #BCD7BC; }
a { background-color: rgb(188,215,188); }
div.DivClassName
{
background-color: #BCD7BC;
}
.BgClassName
{
background-color: #BCD7BC;
}
</style>
border-color css
<style>
span { border-color: #BCD7BC; }
span { border-color: rgb(188,215,188); }
td.TdClassName
{
border-color: #BCD7BC;
}
.TagClassName
{
border-color: #BCD7BC;
}
</style>