Shades of Surf #BCD6BC
Tints of Surf #BCD6BC
RGB
CMYK
RGB Variations
Color information
#BCD6BC (or 0xBCD6BC) is known color: Surf. HEX triplet: BC, D6 and BC. RGB value is (188,214,188). Sum of RGB (Red+Green+Blue) = 188+214+188=590 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.86% from 590); Green value is 214 (83.98% from 255 or 36.27% from 590); Blue value is 188 (73.83% from 255 or 31.86% from 590); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD6BC is #432943. Grayscale: #CBCBCB. Windows color (decimal): -4401476 or 12375740. OLE color: 12375740.
HSL color Cylindrical-coordinate representation of color #BCD6BC: hue angle of 120º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCD6BC is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 214 | 188 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.16 |
| HSL | 120º | 0.24% | 0.79% | - |
| HSV(B) | 120º | 0.12% | 0.84% | - |
| XYZ | 53.86 | 62.42 | 56.79 | - |
| YUV | 203.26 | 119.39 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 188 | 0.12 | 0 | 0.12 | 0.16 | 120 | 0.24 | 0.79 |
| Hex | BC | D6 | BC | C | 0 | C | 10 | 78 | 18 | 4F |
| Octal | 274 | 326 | 274 | 14 | 0 | 14 | 20 | 170 | 30 | 117 |
| Binary | 10111100 | 11010110 | 10111100 | 1100 | 0 | 1100 | 10000 | 1111000 | 11000 | 1001111 |
Color Harmonies of #BCD6BC
Complementary color
Monochromatic Colors of #BCD6BC
Black with #BCD6BC
Text Example
Text Example
White with #BCD6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD6BC; }
p { color: rgb(188,214,188); }
H1.HeaderClassName
{
color: #BCD6BC;
}
.AnyTagClassName
{
color: #BCD6BC;
}
</style>
background-color css
<style>
a { background-color: #BCD6BC; }
a { background-color: rgb(188,214,188); }
div.DivClassName
{
background-color: #BCD6BC;
}
.BgClassName
{
background-color: #BCD6BC;
}
</style>
border-color css
<style>
span { border-color: #BCD6BC; }
span { border-color: rgb(188,214,188); }
td.TdClassName
{
border-color: #BCD6BC;
}
.TagClassName
{
border-color: #BCD6BC;
}
</style>