Shades of Surf #BCD7BF
Tints of Surf #BCD7BF
RGB
CMYK
RGB Variations
Color information
#BCD7BF (or 0xBCD7BF) is known color: Surf. HEX triplet: BC, D7 and BF. RGB value is (188,215,191). Sum of RGB (Red+Green+Blue) = 188+215+191=594 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.65% from 594); Green value is 215 (84.38% from 255 or 36.20% from 594); Blue value is 191 (75% from 255 or 32.15% from 594); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD7BF is #432840. Grayscale: #CCCCCC. Windows color (decimal): -4401217 or 12572604. OLE color: 12572604.
HSL color Cylindrical-coordinate representation of color #BCD7BF: hue angle of 126.67º degrees, saturation: 0.25, 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 #BCD7BF is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 215 | 191 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.16 |
| HSL | 126.67º | 0.25% | 0.79% | - |
| HSV(B) | 126.67º | 0.13% | 0.84% | - |
| XYZ | 54.44 | 63.05 | 58.59 | - |
| YUV | 204.19 | 120.55 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 215 | 191 | 0.13 | 0 | 0.11 | 0.16 | 126.67 | 0.25 | 0.79 |
| Hex | BC | D7 | BF | D | 0 | B | 10 | 7F | 19 | 4F |
| Octal | 274 | 327 | 277 | 15 | 0 | 13 | 20 | 177 | 31 | 117 |
| Binary | 10111100 | 11010111 | 10111111 | 1101 | 0 | 1011 | 10000 | 1111111 | 11001 | 1001111 |
Color Harmonies of #BCD7BF
Complementary color
Monochromatic Colors of #BCD7BF
Black with #BCD7BF
Text Example
Text Example
White with #BCD7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD7BF; }
p { color: rgb(188,215,191); }
H1.HeaderClassName
{
color: #BCD7BF;
}
.AnyTagClassName
{
color: #BCD7BF;
}
</style>
background-color css
<style>
a { background-color: #BCD7BF; }
a { background-color: rgb(188,215,191); }
div.DivClassName
{
background-color: #BCD7BF;
}
.BgClassName
{
background-color: #BCD7BF;
}
</style>
border-color css
<style>
span { border-color: #BCD7BF; }
span { border-color: rgb(188,215,191); }
td.TdClassName
{
border-color: #BCD7BF;
}
.TagClassName
{
border-color: #BCD7BF;
}
</style>