Shades of Surf #BCDABA
Tints of Surf #BCDABA
RGB
CMYK
RGB Variations
Color information
#BCDABA (or 0xBCDABA) is known color: Surf. HEX triplet: BC, DA and BA. RGB value is (188,218,186). Sum of RGB (Red+Green+Blue) = 188+218+186=592 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.76% from 592); Green value is 218 (85.55% from 255 or 36.82% from 592); Blue value is 186 (73.05% from 255 or 31.42% from 592); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDABA is #432545. Grayscale: #CDCDCD. Windows color (decimal): -4400454 or 12245692. OLE color: 12245692.
HSL color Cylindrical-coordinate representation of color #BCDABA: hue angle of 116.25º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCDABA is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 218 | 186 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.15 |
| HSL | 116.25º | 0.3% | 0.79% | - |
| HSV(B) | 116.25º | 0.15% | 0.85% | - |
| XYZ | 54.67 | 64.38 | 56 | - |
| YUV | 205.38 | 117.06 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 186 | 0.14 | 0 | 0.15 | 0.15 | 116.25 | 0.3 | 0.79 |
| Hex | BC | DA | BA | E | 0 | F | F | 74 | 1E | 4F |
| Octal | 274 | 332 | 272 | 16 | 0 | 17 | 17 | 164 | 36 | 117 |
| Binary | 10111100 | 11011010 | 10111010 | 1110 | 0 | 1111 | 1111 | 1110100 | 11110 | 1001111 |
Color Harmonies of #BCDABA
Complementary color
Monochromatic Colors of #BCDABA
Black with #BCDABA
Text Example
Text Example
White with #BCDABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDABA; }
p { color: rgb(188,218,186); }
H1.HeaderClassName
{
color: #BCDABA;
}
.AnyTagClassName
{
color: #BCDABA;
}
</style>
background-color css
<style>
a { background-color: #BCDABA; }
a { background-color: rgb(188,218,186); }
div.DivClassName
{
background-color: #BCDABA;
}
.BgClassName
{
background-color: #BCDABA;
}
</style>
border-color css
<style>
span { border-color: #BCDABA; }
span { border-color: rgb(188,218,186); }
td.TdClassName
{
border-color: #BCDABA;
}
.TagClassName
{
border-color: #BCDABA;
}
</style>