Shades of Surf #BCD9BC
Tints of Surf #BCD9BC
RGB
CMYK
RGB Variations
Color information
#BCD9BC (or 0xBCD9BC) is known color: Surf. HEX triplet: BC, D9 and BC. RGB value is (188,217,188). Sum of RGB (Red+Green+Blue) = 188+217+188=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 217 (85.16% from 255 or 36.59% from 593); Blue value is 188 (73.83% from 255 or 31.70% from 593); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD9BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD9BC is #432643. Grayscale: #CDCDCD. Windows color (decimal): -4400708 or 12376508. OLE color: 12376508.
HSL color Cylindrical-coordinate representation of color #BCD9BC: hue angle of 120º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCD9BC is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 217 | 188 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.15 |
| HSL | 120º | 0.28% | 0.79% | - |
| HSV(B) | 120º | 0.13% | 0.85% | - |
| XYZ | 54.63 | 63.95 | 57.04 | - |
| YUV | 205.02 | 118.39 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 188 | 0.13 | 0 | 0.13 | 0.15 | 120 | 0.28 | 0.79 |
| Hex | BC | D9 | BC | D | 0 | D | F | 78 | 1C | 4F |
| Octal | 274 | 331 | 274 | 15 | 0 | 15 | 17 | 170 | 34 | 117 |
| Binary | 10111100 | 11011001 | 10111100 | 1101 | 0 | 1101 | 1111 | 1111000 | 11100 | 1001111 |
Color Harmonies of #BCD9BC
Complementary color
Monochromatic Colors of #BCD9BC
Black with #BCD9BC
Text Example
Text Example
White with #BCD9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD9BC; }
p { color: rgb(188,217,188); }
H1.HeaderClassName
{
color: #BCD9BC;
}
.AnyTagClassName
{
color: #BCD9BC;
}
</style>
background-color css
<style>
a { background-color: #BCD9BC; }
a { background-color: rgb(188,217,188); }
div.DivClassName
{
background-color: #BCD9BC;
}
.BgClassName
{
background-color: #BCD9BC;
}
</style>
border-color css
<style>
span { border-color: #BCD9BC; }
span { border-color: rgb(188,217,188); }
td.TdClassName
{
border-color: #BCD9BC;
}
.TagClassName
{
border-color: #BCD9BC;
}
</style>