Shades of Surf #BCDDBA
Tints of Surf #BCDDBA
RGB
CMYK
RGB Variations
Color information
#BCDDBA (or 0xBCDDBA) is known color: Surf. HEX triplet: BC, DD and BA. RGB value is (188,221,186). Sum of RGB (Red+Green+Blue) = 188+221+186=595 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.60% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 186 (73.05% from 255 or 31.26% from 595); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDDBA is #432245. Grayscale: #CFCFCF. Windows color (decimal): -4399686 or 12246460. OLE color: 12246460.
HSL color Cylindrical-coordinate representation of color #BCDDBA: hue angle of 116.57º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCDDBA is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 186 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.13 |
| HSL | 116.57º | 0.34% | 0.8% | - |
| HSV(B) | 116.57º | 0.16% | 0.87% | - |
| XYZ | 55.46 | 65.95 | 56.26 | - |
| YUV | 207.14 | 116.07 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 186 | 0.15 | 0 | 0.16 | 0.13 | 116.57 | 0.34 | 0.8 |
| Hex | BC | DD | BA | F | 0 | 10 | D | 75 | 22 | 50 |
| Octal | 274 | 335 | 272 | 17 | 0 | 20 | 15 | 165 | 42 | 120 |
| Binary | 10111100 | 11011101 | 10111010 | 1111 | 0 | 10000 | 1101 | 1110101 | 100010 | 1010000 |
Color Harmonies of #BCDDBA
Complementary color
Monochromatic Colors of #BCDDBA
Black with #BCDDBA
Text Example
Text Example
White with #BCDDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDDBA; }
p { color: rgb(188,221,186); }
H1.HeaderClassName
{
color: #BCDDBA;
}
.AnyTagClassName
{
color: #BCDDBA;
}
</style>
background-color css
<style>
a { background-color: #BCDDBA; }
a { background-color: rgb(188,221,186); }
div.DivClassName
{
background-color: #BCDDBA;
}
.BgClassName
{
background-color: #BCDDBA;
}
</style>
border-color css
<style>
span { border-color: #BCDDBA; }
span { border-color: rgb(188,221,186); }
td.TdClassName
{
border-color: #BCDDBA;
}
.TagClassName
{
border-color: #BCDDBA;
}
</style>