Shades of Surf #BCDCBE
Tints of Surf #BCDCBE
RGB
CMYK
RGB Variations
Color information
#BCDCBE (or 0xBCDCBE) is known color: Surf. HEX triplet: BC, DC and BE. RGB value is (188,220,190). Sum of RGB (Red+Green+Blue) = 188+220+190=598 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.44% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 190 (74.61% from 255 or 31.77% from 598); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDCBE is #432341. Grayscale: #CFCFCF. Windows color (decimal): -4399938 or 12508348. OLE color: 12508348.
HSL color Cylindrical-coordinate representation of color #BCDCBE: hue angle of 123.75º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCDCBE is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 220 | 190 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.14 |
| HSL | 123.75º | 0.31% | 0.8% | - |
| HSV(B) | 123.75º | 0.15% | 0.86% | - |
| XYZ | 55.63 | 65.6 | 58.44 | - |
| YUV | 207.01 | 118.4 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 190 | 0.15 | 0 | 0.14 | 0.14 | 123.75 | 0.31 | 0.8 |
| Hex | BC | DC | BE | F | 0 | E | E | 7C | 1F | 50 |
| Octal | 274 | 334 | 276 | 17 | 0 | 16 | 16 | 174 | 37 | 120 |
| Binary | 10111100 | 11011100 | 10111110 | 1111 | 0 | 1110 | 1110 | 1111100 | 11111 | 1010000 |
Color Harmonies of #BCDCBE
Complementary color
Monochromatic Colors of #BCDCBE
Black with #BCDCBE
Text Example
Text Example
White with #BCDCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDCBE; }
p { color: rgb(188,220,190); }
H1.HeaderClassName
{
color: #BCDCBE;
}
.AnyTagClassName
{
color: #BCDCBE;
}
</style>
background-color css
<style>
a { background-color: #BCDCBE; }
a { background-color: rgb(188,220,190); }
div.DivClassName
{
background-color: #BCDCBE;
}
.BgClassName
{
background-color: #BCDCBE;
}
</style>
border-color css
<style>
span { border-color: #BCDCBE; }
span { border-color: rgb(188,220,190); }
td.TdClassName
{
border-color: #BCDCBE;
}
.TagClassName
{
border-color: #BCDCBE;
}
</style>