Shades of Surf Crest #BCD9B8
Tints of Surf Crest #BCD9B8
RGB
CMYK
RGB Variations
Color information
#BCD9B8 (or 0xBCD9B8) is known color: Surf Crest. HEX triplet: BC, D9 and B8. RGB value is (188,217,184). Sum of RGB (Red+Green+Blue) = 188+217+184=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 217 (85.16% from 255 or 36.84% from 589); Blue value is 184 (72.27% from 255 or 31.24% from 589); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD9B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD9B8 is #432647. Grayscale: #CCCCCC. Windows color (decimal): -4400712 or 12114364. OLE color: 12114364.
HSL color Cylindrical-coordinate representation of color #BCD9B8: hue angle of 112.73º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCD9B8 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 217 | 184 | - |
| CMYK | 0.13 | 0 | 0.15 | 0.15 |
| HSL | 112.73º | 0.3% | 0.79% | - |
| HSV(B) | 112.73º | 0.15% | 0.85% | - |
| XYZ | 54.2 | 63.78 | 54.8 | - |
| YUV | 204.57 | 116.39 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 184 | 0.13 | 0 | 0.15 | 0.15 | 112.73 | 0.3 | 0.79 |
| Hex | BC | D9 | B8 | D | 0 | F | F | 71 | 1E | 4F |
| Octal | 274 | 331 | 270 | 15 | 0 | 17 | 17 | 161 | 36 | 117 |
| Binary | 10111100 | 11011001 | 10111000 | 1101 | 0 | 1111 | 1111 | 1110001 | 11110 | 1001111 |
Color Harmonies of #BCD9B8
Complementary color
Monochromatic Colors of #BCD9B8
Black with #BCD9B8
Text Example
Text Example
White with #BCD9B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD9B8; }
p { color: rgb(188,217,184); }
H1.HeaderClassName
{
color: #BCD9B8;
}
.AnyTagClassName
{
color: #BCD9B8;
}
</style>
background-color css
<style>
a { background-color: #BCD9B8; }
a { background-color: rgb(188,217,184); }
div.DivClassName
{
background-color: #BCD9B8;
}
.BgClassName
{
background-color: #BCD9B8;
}
</style>
border-color css
<style>
span { border-color: #BCD9B8; }
span { border-color: rgb(188,217,184); }
td.TdClassName
{
border-color: #BCD9B8;
}
.TagClassName
{
border-color: #BCD9B8;
}
</style>