Shades of Surf #BCDABD
Tints of Surf #BCDABD
RGB
CMYK
RGB Variations
Color information
#BCDABD (or 0xBCDABD) is known color: Surf. HEX triplet: BC, DA and BD. RGB value is (188,218,189). Sum of RGB (Red+Green+Blue) = 188+218+189=595 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.60% from 595); Green value is 218 (85.55% from 255 or 36.64% from 595); Blue value is 189 (74.22% from 255 or 31.76% from 595); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDABD is #432542. Grayscale: #CDCDCD. Windows color (decimal): -4400451 or 12442300. OLE color: 12442300.
HSL color Cylindrical-coordinate representation of color #BCDABD: hue angle of 122º 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 #BCDABD is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 218 | 189 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.15 |
| HSL | 122º | 0.29% | 0.8% | - |
| HSV(B) | 122º | 0.14% | 0.85% | - |
| XYZ | 55 | 64.51 | 57.7 | - |
| YUV | 205.72 | 118.56 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 189 | 0.14 | 0 | 0.13 | 0.15 | 122 | 0.29 | 0.8 |
| Hex | BC | DA | BD | E | 0 | D | F | 7A | 1D | 50 |
| Octal | 274 | 332 | 275 | 16 | 0 | 15 | 17 | 172 | 35 | 120 |
| Binary | 10111100 | 11011010 | 10111101 | 1110 | 0 | 1101 | 1111 | 1111010 | 11101 | 1010000 |
Color Harmonies of #BCDABD
Complementary color
Monochromatic Colors of #BCDABD
Black with #BCDABD
Text Example
Text Example
White with #BCDABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDABD; }
p { color: rgb(188,218,189); }
H1.HeaderClassName
{
color: #BCDABD;
}
.AnyTagClassName
{
color: #BCDABD;
}
</style>
background-color css
<style>
a { background-color: #BCDABD; }
a { background-color: rgb(188,218,189); }
div.DivClassName
{
background-color: #BCDABD;
}
.BgClassName
{
background-color: #BCDABD;
}
</style>
border-color css
<style>
span { border-color: #BCDABD; }
span { border-color: rgb(188,218,189); }
td.TdClassName
{
border-color: #BCDABD;
}
.TagClassName
{
border-color: #BCDABD;
}
</style>