Shades of Surf #BCD5BD
Tints of Surf #BCD5BD
RGB
CMYK
RGB Variations
Color information
#BCD5BD (or 0xBCD5BD) is known color: Surf. HEX triplet: BC, D5 and BD. RGB value is (188,213,189). Sum of RGB (Red+Green+Blue) = 188+213+189=590 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.86% from 590); Green value is 213 (83.59% from 255 or 36.10% from 590); Blue value is 189 (74.22% from 255 or 32.03% from 590); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD5BD is #432A42. Grayscale: #CACACA. Windows color (decimal): -4401731 or 12441020. OLE color: 12441020.
HSL color Cylindrical-coordinate representation of color #BCD5BD: hue angle of 122.4º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCD5BD is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 213 | 189 | - |
| CMYK | 0.12 | 0 | 0.11 | 0.16 |
| HSL | 122.4º | 0.23% | 0.79% | - |
| HSV(B) | 122.4º | 0.12% | 0.84% | - |
| XYZ | 53.72 | 61.95 | 57.27 | - |
| YUV | 202.79 | 120.22 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 189 | 0.12 | 0 | 0.11 | 0.16 | 122.4 | 0.23 | 0.79 |
| Hex | BC | D5 | BD | C | 0 | B | 10 | 7A | 17 | 4F |
| Octal | 274 | 325 | 275 | 14 | 0 | 13 | 20 | 172 | 27 | 117 |
| Binary | 10111100 | 11010101 | 10111101 | 1100 | 0 | 1011 | 10000 | 1111010 | 10111 | 1001111 |
Color Harmonies of #BCD5BD
Complementary color
Monochromatic Colors of #BCD5BD
Black with #BCD5BD
Text Example
Text Example
White with #BCD5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD5BD; }
p { color: rgb(188,213,189); }
H1.HeaderClassName
{
color: #BCD5BD;
}
.AnyTagClassName
{
color: #BCD5BD;
}
</style>
background-color css
<style>
a { background-color: #BCD5BD; }
a { background-color: rgb(188,213,189); }
div.DivClassName
{
background-color: #BCD5BD;
}
.BgClassName
{
background-color: #BCD5BD;
}
</style>
border-color css
<style>
span { border-color: #BCD5BD; }
span { border-color: rgb(188,213,189); }
td.TdClassName
{
border-color: #BCD5BD;
}
.TagClassName
{
border-color: #BCD5BD;
}
</style>