Shades of Surf #BCDCBD
Tints of Surf #BCDCBD
RGB
CMYK
RGB Variations
Color information
#BCDCBD (or 0xBCDCBD) is known color: Surf. HEX triplet: BC, DC and BD. RGB value is (188,220,189). Sum of RGB (Red+Green+Blue) = 188+220+189=597 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.49% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 189 (74.22% from 255 or 31.66% from 597); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDCBD is #432342. Grayscale: #CECECE. Windows color (decimal): -4399939 or 12442812. OLE color: 12442812.
HSL color Cylindrical-coordinate representation of color #BCDCBD: hue angle of 121.88º 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 #BCDCBD is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 220 | 189 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.14 |
| HSL | 121.88º | 0.31% | 0.8% | - |
| HSV(B) | 121.88º | 0.15% | 0.86% | - |
| XYZ | 55.52 | 65.55 | 57.87 | - |
| YUV | 206.9 | 117.9 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 189 | 0.15 | 0 | 0.14 | 0.14 | 121.88 | 0.31 | 0.8 |
| Hex | BC | DC | BD | F | 0 | E | E | 7A | 1F | 50 |
| Octal | 274 | 334 | 275 | 17 | 0 | 16 | 16 | 172 | 37 | 120 |
| Binary | 10111100 | 11011100 | 10111101 | 1111 | 0 | 1110 | 1110 | 1111010 | 11111 | 1010000 |
Color Harmonies of #BCDCBD
Complementary color
Monochromatic Colors of #BCDCBD
Black with #BCDCBD
Text Example
Text Example
White with #BCDCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDCBD; }
p { color: rgb(188,220,189); }
H1.HeaderClassName
{
color: #BCDCBD;
}
.AnyTagClassName
{
color: #BCDCBD;
}
</style>
background-color css
<style>
a { background-color: #BCDCBD; }
a { background-color: rgb(188,220,189); }
div.DivClassName
{
background-color: #BCDCBD;
}
.BgClassName
{
background-color: #BCDCBD;
}
</style>
border-color css
<style>
span { border-color: #BCDCBD; }
span { border-color: rgb(188,220,189); }
td.TdClassName
{
border-color: #BCDCBD;
}
.TagClassName
{
border-color: #BCDCBD;
}
</style>