Shades of Surf #BCD9BB
Tints of Surf #BCD9BB
RGB
CMYK
RGB Variations
Color information
#BCD9BB (or 0xBCD9BB) is known color: Surf. HEX triplet: BC, D9 and BB. RGB value is (188,217,187). Sum of RGB (Red+Green+Blue) = 188+217+187=592 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.76% from 592); Green value is 217 (85.16% from 255 or 36.66% from 592); Blue value is 187 (73.44% from 255 or 31.59% from 592); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD9BB is #432644. Grayscale: #CDCDCD. Windows color (decimal): -4400709 or 12310972. OLE color: 12310972.
HSL color Cylindrical-coordinate representation of color #BCD9BB: hue angle of 118º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCD9BB is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 217 | 187 | - |
| CMYK | 0.13 | 0 | 0.14 | 0.15 |
| HSL | 118º | 0.28% | 0.79% | - |
| HSV(B) | 118º | 0.14% | 0.85% | - |
| XYZ | 54.52 | 63.9 | 56.48 | - |
| YUV | 204.91 | 117.89 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 187 | 0.13 | 0 | 0.14 | 0.15 | 118 | 0.28 | 0.79 |
| Hex | BC | D9 | BB | D | 0 | E | F | 76 | 1C | 4F |
| Octal | 274 | 331 | 273 | 15 | 0 | 16 | 17 | 166 | 34 | 117 |
| Binary | 10111100 | 11011001 | 10111011 | 1101 | 0 | 1110 | 1111 | 1110110 | 11100 | 1001111 |
Color Harmonies of #BCD9BB
Complementary color
Monochromatic Colors of #BCD9BB
Black with #BCD9BB
Text Example
Text Example
White with #BCD9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD9BB; }
p { color: rgb(188,217,187); }
H1.HeaderClassName
{
color: #BCD9BB;
}
.AnyTagClassName
{
color: #BCD9BB;
}
</style>
background-color css
<style>
a { background-color: #BCD9BB; }
a { background-color: rgb(188,217,187); }
div.DivClassName
{
background-color: #BCD9BB;
}
.BgClassName
{
background-color: #BCD9BB;
}
</style>
border-color css
<style>
span { border-color: #BCD9BB; }
span { border-color: rgb(188,217,187); }
td.TdClassName
{
border-color: #BCD9BB;
}
.TagClassName
{
border-color: #BCD9BB;
}
</style>