Shades of Surf #BCD8BF
Tints of Surf #BCD8BF
RGB
CMYK
RGB Variations
Color information
#BCD8BF (or 0xBCD8BF) is known color: Surf. HEX triplet: BC, D8 and BF. RGB value is (188,216,191). Sum of RGB (Red+Green+Blue) = 188+216+191=595 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.60% from 595); Green value is 216 (84.77% from 255 or 36.30% from 595); Blue value is 191 (75% from 255 or 32.10% from 595); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD8BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD8BF is #432740. Grayscale: #CCCCCC. Windows color (decimal): -4400961 or 12572860. OLE color: 12572860.
HSL color Cylindrical-coordinate representation of color #BCD8BF: hue angle of 126.43º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCD8BF is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 216 | 191 | - |
| CMYK | 0.13 | 0 | 0.12 | 0.15 |
| HSL | 126.43º | 0.26% | 0.79% | - |
| HSV(B) | 126.43º | 0.13% | 0.85% | - |
| XYZ | 54.7 | 63.56 | 58.68 | - |
| YUV | 204.78 | 120.22 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 216 | 191 | 0.13 | 0 | 0.12 | 0.15 | 126.43 | 0.26 | 0.79 |
| Hex | BC | D8 | BF | D | 0 | C | F | 7E | 1A | 4F |
| Octal | 274 | 330 | 277 | 15 | 0 | 14 | 17 | 176 | 32 | 117 |
| Binary | 10111100 | 11011000 | 10111111 | 1101 | 0 | 1100 | 1111 | 1111110 | 11010 | 1001111 |
Color Harmonies of #BCD8BF
Complementary color
Monochromatic Colors of #BCD8BF
Black with #BCD8BF
Text Example
Text Example
White with #BCD8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD8BF; }
p { color: rgb(188,216,191); }
H1.HeaderClassName
{
color: #BCD8BF;
}
.AnyTagClassName
{
color: #BCD8BF;
}
</style>
background-color css
<style>
a { background-color: #BCD8BF; }
a { background-color: rgb(188,216,191); }
div.DivClassName
{
background-color: #BCD8BF;
}
.BgClassName
{
background-color: #BCD8BF;
}
</style>
border-color css
<style>
span { border-color: #BCD8BF; }
span { border-color: rgb(188,216,191); }
td.TdClassName
{
border-color: #BCD8BF;
}
.TagClassName
{
border-color: #BCD8BF;
}
</style>