Shades of Surf #BCD7BB
Tints of Surf #BCD7BB
RGB
CMYK
RGB Variations
Color information
#BCD7BB (or 0xBCD7BB) is known color: Surf. HEX triplet: BC, D7 and BB. RGB value is (188,215,187). Sum of RGB (Red+Green+Blue) = 188+215+187=590 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.86% from 590); Green value is 215 (84.38% from 255 or 36.44% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD7BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD7BB is #432844. Grayscale: #CBCBCB. Windows color (decimal): -4401221 or 12310460. OLE color: 12310460.
HSL color Cylindrical-coordinate representation of color #BCD7BB: hue angle of 117.86º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCD7BB is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 215 | 187 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.16 |
| HSL | 117.86º | 0.26% | 0.79% | - |
| HSV(B) | 117.86º | 0.13% | 0.84% | - |
| XYZ | 54.01 | 62.88 | 56.3 | - |
| YUV | 203.74 | 118.55 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 215 | 187 | 0.13 | 0 | 0.13 | 0.16 | 117.86 | 0.26 | 0.79 |
| Hex | BC | D7 | BB | D | 0 | D | 10 | 76 | 1A | 4F |
| Octal | 274 | 327 | 273 | 15 | 0 | 15 | 20 | 166 | 32 | 117 |
| Binary | 10111100 | 11010111 | 10111011 | 1101 | 0 | 1101 | 10000 | 1110110 | 11010 | 1001111 |
Color Harmonies of #BCD7BB
Complementary color
Monochromatic Colors of #BCD7BB
Black with #BCD7BB
Text Example
Text Example
White with #BCD7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD7BB; }
p { color: rgb(188,215,187); }
H1.HeaderClassName
{
color: #BCD7BB;
}
.AnyTagClassName
{
color: #BCD7BB;
}
</style>
background-color css
<style>
a { background-color: #BCD7BB; }
a { background-color: rgb(188,215,187); }
div.DivClassName
{
background-color: #BCD7BB;
}
.BgClassName
{
background-color: #BCD7BB;
}
</style>
border-color css
<style>
span { border-color: #BCD7BB; }
span { border-color: rgb(188,215,187); }
td.TdClassName
{
border-color: #BCD7BB;
}
.TagClassName
{
border-color: #BCD7BB;
}
</style>