Shades of Surf #BCD5BC
Tints of Surf #BCD5BC
RGB
CMYK
RGB Variations
Color information
#BCD5BC (or 0xBCD5BC) is known color: Surf. HEX triplet: BC, D5 and BC. RGB value is (188,213,188). Sum of RGB (Red+Green+Blue) = 188+213+188=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 213 (83.59% from 255 or 36.16% from 589); Blue value is 188 (73.83% from 255 or 31.92% from 589); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD5BC is #432A43. Grayscale: #CACACA. Windows color (decimal): -4401732 or 12375484. OLE color: 12375484.
HSL color Cylindrical-coordinate representation of color #BCD5BC: hue angle of 120º degrees, saturation: 0.23, 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 #BCD5BC is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 213 | 188 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.16 |
| HSL | 120º | 0.23% | 0.79% | - |
| HSV(B) | 120º | 0.12% | 0.84% | - |
| XYZ | 53.61 | 61.91 | 56.7 | - |
| YUV | 202.68 | 119.72 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 188 | 0.12 | 0 | 0.12 | 0.16 | 120 | 0.23 | 0.79 |
| Hex | BC | D5 | BC | C | 0 | C | 10 | 78 | 17 | 4F |
| Octal | 274 | 325 | 274 | 14 | 0 | 14 | 20 | 170 | 27 | 117 |
| Binary | 10111100 | 11010101 | 10111100 | 1100 | 0 | 1100 | 10000 | 1111000 | 10111 | 1001111 |
Color Harmonies of #BCD5BC
Complementary color
Monochromatic Colors of #BCD5BC
Black with #BCD5BC
Text Example
Text Example
White with #BCD5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD5BC; }
p { color: rgb(188,213,188); }
H1.HeaderClassName
{
color: #BCD5BC;
}
.AnyTagClassName
{
color: #BCD5BC;
}
</style>
background-color css
<style>
a { background-color: #BCD5BC; }
a { background-color: rgb(188,213,188); }
div.DivClassName
{
background-color: #BCD5BC;
}
.BgClassName
{
background-color: #BCD5BC;
}
</style>
border-color css
<style>
span { border-color: #BCD5BC; }
span { border-color: rgb(188,213,188); }
td.TdClassName
{
border-color: #BCD5BC;
}
.TagClassName
{
border-color: #BCD5BC;
}
</style>