Shades of Surf #BCD3BF
Tints of Surf #BCD3BF
RGB
CMYK
RGB Variations
Color information
#BCD3BF (or 0xBCD3BF) is known color: Surf. HEX triplet: BC, D3 and BF. RGB value is (188,211,191). Sum of RGB (Red+Green+Blue) = 188+211+191=590 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.86% from 590); Green value is 211 (82.81% from 255 or 35.76% from 590); Blue value is 191 (75% from 255 or 32.37% from 590); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD3BF is #432C40. Grayscale: #C9C9C9. Windows color (decimal): -4402241 or 12571580. OLE color: 12571580.
HSL color Cylindrical-coordinate representation of color #BCD3BF: hue angle of 127.83º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCD3BF is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 211 | 191 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.17 |
| HSL | 127.83º | 0.21% | 0.78% | - |
| HSV(B) | 127.83º | 0.11% | 0.83% | - |
| XYZ | 53.44 | 61.04 | 58.26 | - |
| YUV | 201.84 | 121.88 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 191 | 0.11 | 0 | 0.09 | 0.17 | 127.83 | 0.21 | 0.78 |
| Hex | BC | D3 | BF | B | 0 | 9 | 11 | 80 | 15 | 4E |
| Octal | 274 | 323 | 277 | 13 | 0 | 11 | 21 | 200 | 25 | 116 |
| Binary | 10111100 | 11010011 | 10111111 | 1011 | 0 | 1001 | 10001 | 10000000 | 10101 | 1001110 |
Color Harmonies of #BCD3BF
Complementary color
Monochromatic Colors of #BCD3BF
Black with #BCD3BF
Text Example
Text Example
White with #BCD3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD3BF; }
p { color: rgb(188,211,191); }
H1.HeaderClassName
{
color: #BCD3BF;
}
.AnyTagClassName
{
color: #BCD3BF;
}
</style>
background-color css
<style>
a { background-color: #BCD3BF; }
a { background-color: rgb(188,211,191); }
div.DivClassName
{
background-color: #BCD3BF;
}
.BgClassName
{
background-color: #BCD3BF;
}
</style>
border-color css
<style>
span { border-color: #BCD3BF; }
span { border-color: rgb(188,211,191); }
td.TdClassName
{
border-color: #BCD3BF;
}
.TagClassName
{
border-color: #BCD3BF;
}
</style>