Shades of Surf #BCDDBC
Tints of Surf #BCDDBC
RGB
CMYK
RGB Variations
Color information
#BCDDBC (or 0xBCDDBC) is known color: Surf. HEX triplet: BC, DD and BC. RGB value is (188,221,188). Sum of RGB (Red+Green+Blue) = 188+221+188=597 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.49% from 597); Green value is 221 (86.72% from 255 or 37.02% from 597); Blue value is 188 (73.83% from 255 or 31.49% from 597); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDDBC is #432243. Grayscale: #CFCFCF. Windows color (decimal): -4399684 or 12377532. OLE color: 12377532.
HSL color Cylindrical-coordinate representation of color #BCDDBC: hue angle of 120º 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 #BCDDBC is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 188 | - |
| CMYK | 0.15 | 0 | 0.15 | 0.13 |
| HSL | 120º | 0.33% | 0.8% | - |
| HSV(B) | 120º | 0.15% | 0.87% | - |
| XYZ | 55.67 | 66.04 | 57.39 | - |
| YUV | 207.37 | 117.07 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 188 | 0.15 | 0 | 0.15 | 0.13 | 120 | 0.33 | 0.8 |
| Hex | BC | DD | BC | F | 0 | F | D | 78 | 21 | 50 |
| Octal | 274 | 335 | 274 | 17 | 0 | 17 | 15 | 170 | 41 | 120 |
| Binary | 10111100 | 11011101 | 10111100 | 1111 | 0 | 1111 | 1101 | 1111000 | 100001 | 1010000 |
Color Harmonies of #BCDDBC
Complementary color
Monochromatic Colors of #BCDDBC
Black with #BCDDBC
Text Example
Text Example
White with #BCDDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDDBC; }
p { color: rgb(188,221,188); }
H1.HeaderClassName
{
color: #BCDDBC;
}
.AnyTagClassName
{
color: #BCDDBC;
}
</style>
background-color css
<style>
a { background-color: #BCDDBC; }
a { background-color: rgb(188,221,188); }
div.DivClassName
{
background-color: #BCDDBC;
}
.BgClassName
{
background-color: #BCDDBC;
}
</style>
border-color css
<style>
span { border-color: #BCDDBC; }
span { border-color: rgb(188,221,188); }
td.TdClassName
{
border-color: #BCDDBC;
}
.TagClassName
{
border-color: #BCDDBC;
}
</style>