Shades of Surf #BCDBBC
Tints of Surf #BCDBBC
RGB
CMYK
RGB Variations
Color information
#BCDBBC (or 0xBCDBBC) is known color: Surf. HEX triplet: BC, DB and BC. RGB value is (188,219,188). Sum of RGB (Red+Green+Blue) = 188+219+188=595 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.60% from 595); Green value is 219 (85.94% from 255 or 36.81% from 595); Blue value is 188 (73.83% from 255 or 31.60% from 595); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDBBC is #432443. Grayscale: #CECECE. Windows color (decimal): -4400196 or 12377020. OLE color: 12377020.
HSL color Cylindrical-coordinate representation of color #BCDBBC: hue angle of 120º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCDBBC is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 219 | 188 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.14 |
| HSL | 120º | 0.3% | 0.8% | - |
| HSV(B) | 120º | 0.14% | 0.86% | - |
| XYZ | 55.15 | 64.99 | 57.21 | - |
| YUV | 206.2 | 117.73 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 188 | 0.14 | 0 | 0.14 | 0.14 | 120 | 0.3 | 0.8 |
| Hex | BC | DB | BC | E | 0 | E | E | 78 | 1E | 50 |
| Octal | 274 | 333 | 274 | 16 | 0 | 16 | 16 | 170 | 36 | 120 |
| Binary | 10111100 | 11011011 | 10111100 | 1110 | 0 | 1110 | 1110 | 1111000 | 11110 | 1010000 |
Color Harmonies of #BCDBBC
Complementary color
Monochromatic Colors of #BCDBBC
Black with #BCDBBC
Text Example
Text Example
White with #BCDBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDBBC; }
p { color: rgb(188,219,188); }
H1.HeaderClassName
{
color: #BCDBBC;
}
.AnyTagClassName
{
color: #BCDBBC;
}
</style>
background-color css
<style>
a { background-color: #BCDBBC; }
a { background-color: rgb(188,219,188); }
div.DivClassName
{
background-color: #BCDBBC;
}
.BgClassName
{
background-color: #BCDBBC;
}
</style>
border-color css
<style>
span { border-color: #BCDBBC; }
span { border-color: rgb(188,219,188); }
td.TdClassName
{
border-color: #BCDBBC;
}
.TagClassName
{
border-color: #BCDBBC;
}
</style>