Shades of Surf #BCDDBD
Tints of Surf #BCDDBD
RGB
CMYK
RGB Variations
Color information
#BCDDBD (or 0xBCDDBD) is known color: Surf. HEX triplet: BC, DD and BD. RGB value is (188,221,189). Sum of RGB (Red+Green+Blue) = 188+221+189=598 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.44% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 189 (74.22% from 255 or 31.61% from 598); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDDBD is #432242. Grayscale: #CFCFCF. Windows color (decimal): -4399683 or 12443068. OLE color: 12443068.
HSL color Cylindrical-coordinate representation of color #BCDDBD: hue angle of 121.82º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCDDBD is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 189 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.13 |
| HSL | 121.82º | 0.33% | 0.8% | - |
| HSV(B) | 121.82º | 0.15% | 0.87% | - |
| XYZ | 55.78 | 66.08 | 57.96 | - |
| YUV | 207.49 | 117.57 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 189 | 0.15 | 0 | 0.14 | 0.13 | 121.82 | 0.33 | 0.8 |
| Hex | BC | DD | BD | F | 0 | E | D | 7A | 21 | 50 |
| Octal | 274 | 335 | 275 | 17 | 0 | 16 | 15 | 172 | 41 | 120 |
| Binary | 10111100 | 11011101 | 10111101 | 1111 | 0 | 1110 | 1101 | 1111010 | 100001 | 1010000 |
Color Harmonies of #BCDDBD
Complementary color
Monochromatic Colors of #BCDDBD
Black with #BCDDBD
Text Example
Text Example
White with #BCDDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDDBD; }
p { color: rgb(188,221,189); }
H1.HeaderClassName
{
color: #BCDDBD;
}
.AnyTagClassName
{
color: #BCDDBD;
}
</style>
background-color css
<style>
a { background-color: #BCDDBD; }
a { background-color: rgb(188,221,189); }
div.DivClassName
{
background-color: #BCDDBD;
}
.BgClassName
{
background-color: #BCDDBD;
}
</style>
border-color css
<style>
span { border-color: #BCDDBD; }
span { border-color: rgb(188,221,189); }
td.TdClassName
{
border-color: #BCDDBD;
}
.TagClassName
{
border-color: #BCDDBD;
}
</style>