Shades of Surf #BCD8BD
Tints of Surf #BCD8BD
RGB
CMYK
RGB Variations
Color information
#BCD8BD (or 0xBCD8BD) is known color: Surf. HEX triplet: BC, D8 and BD. RGB value is (188,216,189). Sum of RGB (Red+Green+Blue) = 188+216+189=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 216 (84.77% from 255 or 36.42% from 593); Blue value is 189 (74.22% from 255 or 31.87% from 593); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD8BD is #432742. Grayscale: #CCCCCC. Windows color (decimal): -4400963 or 12441788. OLE color: 12441788.
HSL color Cylindrical-coordinate representation of color #BCD8BD: hue angle of 122.14º 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 #BCD8BD is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 216 | 189 | - |
| CMYK | 0.13 | 0 | 0.12 | 0.15 |
| HSL | 122.14º | 0.26% | 0.79% | - |
| HSV(B) | 122.14º | 0.13% | 0.85% | - |
| XYZ | 54.48 | 63.48 | 57.53 | - |
| YUV | 204.55 | 119.22 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 216 | 189 | 0.13 | 0 | 0.12 | 0.15 | 122.14 | 0.26 | 0.79 |
| Hex | BC | D8 | BD | D | 0 | C | F | 7A | 1A | 4F |
| Octal | 274 | 330 | 275 | 15 | 0 | 14 | 17 | 172 | 32 | 117 |
| Binary | 10111100 | 11011000 | 10111101 | 1101 | 0 | 1100 | 1111 | 1111010 | 11010 | 1001111 |
Color Harmonies of #BCD8BD
Complementary color
Monochromatic Colors of #BCD8BD
Black with #BCD8BD
Text Example
Text Example
White with #BCD8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD8BD; }
p { color: rgb(188,216,189); }
H1.HeaderClassName
{
color: #BCD8BD;
}
.AnyTagClassName
{
color: #BCD8BD;
}
</style>
background-color css
<style>
a { background-color: #BCD8BD; }
a { background-color: rgb(188,216,189); }
div.DivClassName
{
background-color: #BCD8BD;
}
.BgClassName
{
background-color: #BCD8BD;
}
</style>
border-color css
<style>
span { border-color: #BCD8BD; }
span { border-color: rgb(188,216,189); }
td.TdClassName
{
border-color: #BCD8BD;
}
.TagClassName
{
border-color: #BCD8BD;
}
</style>