Shades of Surf #BCDBBA
Tints of Surf #BCDBBA
RGB
CMYK
RGB Variations
Color information
#BCDBBA (or 0xBCDBBA) is known color: Surf. HEX triplet: BC, DB and BA. RGB value is (188,219,186). Sum of RGB (Red+Green+Blue) = 188+219+186=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 219 (85.94% from 255 or 36.93% from 593); Blue value is 186 (73.05% from 255 or 31.37% from 593); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDBBA is #432445. Grayscale: #CECECE. Windows color (decimal): -4400198 or 12245948. OLE color: 12245948.
HSL color Cylindrical-coordinate representation of color #BCDBBA: hue angle of 116.36º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCDBBA is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 219 | 186 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.14 |
| HSL | 116.36º | 0.31% | 0.79% | - |
| HSV(B) | 116.36º | 0.15% | 0.86% | - |
| XYZ | 54.93 | 64.9 | 56.09 | - |
| YUV | 205.97 | 116.73 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 186 | 0.14 | 0 | 0.15 | 0.14 | 116.36 | 0.31 | 0.79 |
| Hex | BC | DB | BA | E | 0 | F | E | 74 | 1F | 4F |
| Octal | 274 | 333 | 272 | 16 | 0 | 17 | 16 | 164 | 37 | 117 |
| Binary | 10111100 | 11011011 | 10111010 | 1110 | 0 | 1111 | 1110 | 1110100 | 11111 | 1001111 |
Color Harmonies of #BCDBBA
Complementary color
Monochromatic Colors of #BCDBBA
Black with #BCDBBA
Text Example
Text Example
White with #BCDBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDBBA; }
p { color: rgb(188,219,186); }
H1.HeaderClassName
{
color: #BCDBBA;
}
.AnyTagClassName
{
color: #BCDBBA;
}
</style>
background-color css
<style>
a { background-color: #BCDBBA; }
a { background-color: rgb(188,219,186); }
div.DivClassName
{
background-color: #BCDBBA;
}
.BgClassName
{
background-color: #BCDBBA;
}
</style>
border-color css
<style>
span { border-color: #BCDBBA; }
span { border-color: rgb(188,219,186); }
td.TdClassName
{
border-color: #BCDBBA;
}
.TagClassName
{
border-color: #BCDBBA;
}
</style>