Shades of Surf #BCD6BD
Tints of Surf #BCD6BD
RGB
CMYK
RGB Variations
Color information
#BCD6BD (or 0xBCD6BD) is known color: Surf. HEX triplet: BC, D6 and BD. RGB value is (188,214,189). Sum of RGB (Red+Green+Blue) = 188+214+189=591 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.81% from 591); Green value is 214 (83.98% from 255 or 36.21% from 591); Blue value is 189 (74.22% from 255 or 31.98% from 591); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD6BD is #432942. Grayscale: #CBCBCB. Windows color (decimal): -4401475 or 12441276. OLE color: 12441276.
HSL color Cylindrical-coordinate representation of color #BCD6BD: hue angle of 122.31º degrees, saturation: 0.24, 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 #BCD6BD is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 214 | 189 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.16 |
| HSL | 122.31º | 0.24% | 0.79% | - |
| HSV(B) | 122.31º | 0.12% | 0.84% | - |
| XYZ | 53.97 | 62.46 | 57.36 | - |
| YUV | 203.38 | 119.89 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 189 | 0.12 | 0 | 0.12 | 0.16 | 122.31 | 0.24 | 0.79 |
| Hex | BC | D6 | BD | C | 0 | C | 10 | 7A | 18 | 4F |
| Octal | 274 | 326 | 275 | 14 | 0 | 14 | 20 | 172 | 30 | 117 |
| Binary | 10111100 | 11010110 | 10111101 | 1100 | 0 | 1100 | 10000 | 1111010 | 11000 | 1001111 |
Color Harmonies of #BCD6BD
Complementary color
Monochromatic Colors of #BCD6BD
Black with #BCD6BD
Text Example
Text Example
White with #BCD6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD6BD; }
p { color: rgb(188,214,189); }
H1.HeaderClassName
{
color: #BCD6BD;
}
.AnyTagClassName
{
color: #BCD6BD;
}
</style>
background-color css
<style>
a { background-color: #BCD6BD; }
a { background-color: rgb(188,214,189); }
div.DivClassName
{
background-color: #BCD6BD;
}
.BgClassName
{
background-color: #BCD6BD;
}
</style>
border-color css
<style>
span { border-color: #BCD6BD; }
span { border-color: rgb(188,214,189); }
td.TdClassName
{
border-color: #BCD6BD;
}
.TagClassName
{
border-color: #BCD6BD;
}
</style>