Shades of Surf Crest #BCD9B4
Tints of Surf Crest #BCD9B4
RGB
CMYK
RGB Variations
Color information
#BCD9B4 (or 0xBCD9B4) is known color: Surf Crest. HEX triplet: BC, D9 and B4. RGB value is (188,217,180). Sum of RGB (Red+Green+Blue) = 188+217+180=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 217 (85.16% from 255 or 37.09% from 585); Blue value is 180 (70.70% from 255 or 30.77% from 585); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD9B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD9B4 is #43264B. Grayscale: #CCCCCC. Windows color (decimal): -4400716 or 11852220. OLE color: 11852220.
HSL color Cylindrical-coordinate representation of color #BCD9B4: hue angle of 107.03º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCD9B4 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 217 | 180 | - |
| CMYK | 0.13 | 0 | 0.17 | 0.15 |
| HSL | 107.03º | 0.33% | 0.78% | - |
| HSV(B) | 107.03º | 0.17% | 0.85% | - |
| XYZ | 53.79 | 63.61 | 52.62 | - |
| YUV | 204.11 | 114.39 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 180 | 0.13 | 0 | 0.17 | 0.15 | 107.03 | 0.33 | 0.78 |
| Hex | BC | D9 | B4 | D | 0 | 11 | F | 6B | 21 | 4E |
| Octal | 274 | 331 | 264 | 15 | 0 | 21 | 17 | 153 | 41 | 116 |
| Binary | 10111100 | 11011001 | 10110100 | 1101 | 0 | 10001 | 1111 | 1101011 | 100001 | 1001110 |
Color Harmonies of #BCD9B4
Complementary color
Monochromatic Colors of #BCD9B4
Black with #BCD9B4
Text Example
Text Example
White with #BCD9B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD9B4; }
p { color: rgb(188,217,180); }
H1.HeaderClassName
{
color: #BCD9B4;
}
.AnyTagClassName
{
color: #BCD9B4;
}
</style>
background-color css
<style>
a { background-color: #BCD9B4; }
a { background-color: rgb(188,217,180); }
div.DivClassName
{
background-color: #BCD9B4;
}
.BgClassName
{
background-color: #BCD9B4;
}
</style>
border-color css
<style>
span { border-color: #BCD9B4; }
span { border-color: rgb(188,217,180); }
td.TdClassName
{
border-color: #BCD9B4;
}
.TagClassName
{
border-color: #BCD9B4;
}
</style>