Shades of Surf #BCDABB
Tints of Surf #BCDABB
RGB
CMYK
RGB Variations
Color information
#BCDABB (or 0xBCDABB) is known color: Surf. HEX triplet: BC, DA and BB. RGB value is (188,218,187). Sum of RGB (Red+Green+Blue) = 188+218+187=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 218 (85.55% from 255 or 36.76% from 593); Blue value is 187 (73.44% from 255 or 31.53% from 593); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDABB is #432544. Grayscale: #CDCDCD. Windows color (decimal): -4400453 or 12311228. OLE color: 12311228.
HSL color Cylindrical-coordinate representation of color #BCDABB: hue angle of 118.06º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCDABB is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 218 | 187 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.15 |
| HSL | 118.06º | 0.3% | 0.79% | - |
| HSV(B) | 118.06º | 0.14% | 0.85% | - |
| XYZ | 54.78 | 64.42 | 56.56 | - |
| YUV | 205.5 | 117.56 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 187 | 0.14 | 0 | 0.14 | 0.15 | 118.06 | 0.3 | 0.79 |
| Hex | BC | DA | BB | E | 0 | E | F | 76 | 1E | 4F |
| Octal | 274 | 332 | 273 | 16 | 0 | 16 | 17 | 166 | 36 | 117 |
| Binary | 10111100 | 11011010 | 10111011 | 1110 | 0 | 1110 | 1111 | 1110110 | 11110 | 1001111 |
Color Harmonies of #BCDABB
Complementary color
Monochromatic Colors of #BCDABB
Black with #BCDABB
Text Example
Text Example
White with #BCDABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDABB; }
p { color: rgb(188,218,187); }
H1.HeaderClassName
{
color: #BCDABB;
}
.AnyTagClassName
{
color: #BCDABB;
}
</style>
background-color css
<style>
a { background-color: #BCDABB; }
a { background-color: rgb(188,218,187); }
div.DivClassName
{
background-color: #BCDABB;
}
.BgClassName
{
background-color: #BCDABB;
}
</style>
border-color css
<style>
span { border-color: #BCDABB; }
span { border-color: rgb(188,218,187); }
td.TdClassName
{
border-color: #BCDABB;
}
.TagClassName
{
border-color: #BCDABB;
}
</style>