Shades of Surf #BCDFBC
Tints of Surf #BCDFBC
RGB
CMYK
RGB Variations
Color information
#BCDFBC (or 0xBCDFBC) is known color: Surf. HEX triplet: BC, DF and BC. RGB value is (188,223,188). Sum of RGB (Red+Green+Blue) = 188+223+188=599 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.39% from 599); Green value is 223 (87.5% from 255 or 37.23% from 599); Blue value is 188 (73.83% from 255 or 31.39% from 599); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFBC is #432043. Grayscale: #D0D0D0. Windows color (decimal): -4399172 or 12378044. OLE color: 12378044.
HSL color Cylindrical-coordinate representation of color #BCDFBC: hue angle of 120º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCDFBC is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 223 | 188 | - |
| CMYK | 0.16 | 0 | 0.16 | 0.13 |
| HSL | 120º | 0.35% | 0.81% | - |
| HSV(B) | 120º | 0.16% | 0.87% | - |
| XYZ | 56.2 | 67.1 | 57.57 | - |
| YUV | 208.55 | 116.4 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 188 | 0.16 | 0 | 0.16 | 0.13 | 120 | 0.35 | 0.81 |
| Hex | BC | DF | BC | 10 | 0 | 10 | D | 78 | 23 | 51 |
| Octal | 274 | 337 | 274 | 20 | 0 | 20 | 15 | 170 | 43 | 121 |
| Binary | 10111100 | 11011111 | 10111100 | 10000 | 0 | 10000 | 1101 | 1111000 | 100011 | 1010001 |
Color Harmonies of #BCDFBC
Complementary color
Monochromatic Colors of #BCDFBC
Black with #BCDFBC
Text Example
Text Example
White with #BCDFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDFBC; }
p { color: rgb(188,223,188); }
H1.HeaderClassName
{
color: #BCDFBC;
}
.AnyTagClassName
{
color: #BCDFBC;
}
</style>
background-color css
<style>
a { background-color: #BCDFBC; }
a { background-color: rgb(188,223,188); }
div.DivClassName
{
background-color: #BCDFBC;
}
.BgClassName
{
background-color: #BCDFBC;
}
</style>
border-color css
<style>
span { border-color: #BCDFBC; }
span { border-color: rgb(188,223,188); }
td.TdClassName
{
border-color: #BCDFBC;
}
.TagClassName
{
border-color: #BCDFBC;
}
</style>