Shades of Surf #BCDABC
Tints of Surf #BCDABC
RGB
CMYK
RGB Variations
Color information
#BCDABC (or 0xBCDABC) is known color: Surf. HEX triplet: BC, DA and BC. RGB value is (188,218,188). Sum of RGB (Red+Green+Blue) = 188+218+188=594 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.65% from 594); Green value is 218 (85.55% from 255 or 36.70% from 594); Blue value is 188 (73.83% from 255 or 31.65% from 594); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDABC is #432543. Grayscale: #CDCDCD. Windows color (decimal): -4400452 or 12376764. OLE color: 12376764.
HSL color Cylindrical-coordinate representation of color #BCDABC: hue angle of 120º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCDABC is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 218 | 188 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.15 |
| HSL | 120º | 0.29% | 0.8% | - |
| HSV(B) | 120º | 0.14% | 0.85% | - |
| XYZ | 54.89 | 64.47 | 57.13 | - |
| YUV | 205.61 | 118.06 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 188 | 0.14 | 0 | 0.14 | 0.15 | 120 | 0.29 | 0.8 |
| Hex | BC | DA | BC | E | 0 | E | F | 78 | 1D | 50 |
| Octal | 274 | 332 | 274 | 16 | 0 | 16 | 17 | 170 | 35 | 120 |
| Binary | 10111100 | 11011010 | 10111100 | 1110 | 0 | 1110 | 1111 | 1111000 | 11101 | 1010000 |
Color Harmonies of #BCDABC
Complementary color
Monochromatic Colors of #BCDABC
Black with #BCDABC
Text Example
Text Example
White with #BCDABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDABC; }
p { color: rgb(188,218,188); }
H1.HeaderClassName
{
color: #BCDABC;
}
.AnyTagClassName
{
color: #BCDABC;
}
</style>
background-color css
<style>
a { background-color: #BCDABC; }
a { background-color: rgb(188,218,188); }
div.DivClassName
{
background-color: #BCDABC;
}
.BgClassName
{
background-color: #BCDABC;
}
</style>
border-color css
<style>
span { border-color: #BCDABC; }
span { border-color: rgb(188,218,188); }
td.TdClassName
{
border-color: #BCDABC;
}
.TagClassName
{
border-color: #BCDABC;
}
</style>