Shades of Surf Crest #BCD9B6
Tints of Surf Crest #BCD9B6
RGB
CMYK
RGB Variations
Color information
#BCD9B6 (or 0xBCD9B6) is known color: Surf Crest. HEX triplet: BC, D9 and B6. RGB value is (188,217,182). Sum of RGB (Red+Green+Blue) = 188+217+182=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 217 (85.16% from 255 or 36.97% from 587); Blue value is 182 (71.48% from 255 or 31.01% from 587); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD9B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD9B6 is #432649. Grayscale: #CCCCCC. Windows color (decimal): -4400714 or 11983292. OLE color: 11983292.
HSL color Cylindrical-coordinate representation of color #BCD9B6: hue angle of 109.71º degrees, saturation: 0.32, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCD9B6 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 217 | 182 | - |
| CMYK | 0.13 | 0 | 0.16 | 0.15 |
| HSL | 109.71º | 0.32% | 0.78% | - |
| HSV(B) | 109.71º | 0.16% | 0.85% | - |
| XYZ | 54 | 63.69 | 53.7 | - |
| YUV | 204.34 | 115.39 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 182 | 0.13 | 0 | 0.16 | 0.15 | 109.71 | 0.32 | 0.78 |
| Hex | BC | D9 | B6 | D | 0 | 10 | F | 6E | 20 | 4E |
| Octal | 274 | 331 | 266 | 15 | 0 | 20 | 17 | 156 | 40 | 116 |
| Binary | 10111100 | 11011001 | 10110110 | 1101 | 0 | 10000 | 1111 | 1101110 | 100000 | 1001110 |
Color Harmonies of #BCD9B6
Complementary color
Monochromatic Colors of #BCD9B6
Black with #BCD9B6
Text Example
Text Example
White with #BCD9B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD9B6; }
p { color: rgb(188,217,182); }
H1.HeaderClassName
{
color: #BCD9B6;
}
.AnyTagClassName
{
color: #BCD9B6;
}
</style>
background-color css
<style>
a { background-color: #BCD9B6; }
a { background-color: rgb(188,217,182); }
div.DivClassName
{
background-color: #BCD9B6;
}
.BgClassName
{
background-color: #BCD9B6;
}
</style>
border-color css
<style>
span { border-color: #BCD9B6; }
span { border-color: rgb(188,217,182); }
td.TdClassName
{
border-color: #BCD9B6;
}
.TagClassName
{
border-color: #BCD9B6;
}
</style>