Shades of Surf #BCDABF
Tints of Surf #BCDABF
RGB
CMYK
RGB Variations
Color information
#BCDABF (or 0xBCDABF) is known color: Surf. HEX triplet: BC, DA and BF. RGB value is (188,218,191). Sum of RGB (Red+Green+Blue) = 188+218+191=597 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.49% from 597); Green value is 218 (85.55% from 255 or 36.52% from 597); Blue value is 191 (75% from 255 or 31.99% from 597); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDABF is #432540. Grayscale: #CECECE. Windows color (decimal): -4400449 or 12573372. OLE color: 12573372.
HSL color Cylindrical-coordinate representation of color #BCDABF: hue angle of 126º 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 #BCDABF is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 218 | 191 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.15 |
| HSL | 126º | 0.29% | 0.8% | - |
| HSV(B) | 126º | 0.14% | 0.85% | - |
| XYZ | 55.21 | 64.6 | 58.85 | - |
| YUV | 205.95 | 119.56 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 191 | 0.14 | 0 | 0.12 | 0.15 | 126 | 0.29 | 0.8 |
| Hex | BC | DA | BF | E | 0 | C | F | 7E | 1D | 50 |
| Octal | 274 | 332 | 277 | 16 | 0 | 14 | 17 | 176 | 35 | 120 |
| Binary | 10111100 | 11011010 | 10111111 | 1110 | 0 | 1100 | 1111 | 1111110 | 11101 | 1010000 |
Color Harmonies of #BCDABF
Complementary color
Monochromatic Colors of #BCDABF
Black with #BCDABF
Text Example
Text Example
White with #BCDABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDABF; }
p { color: rgb(188,218,191); }
H1.HeaderClassName
{
color: #BCDABF;
}
.AnyTagClassName
{
color: #BCDABF;
}
</style>
background-color css
<style>
a { background-color: #BCDABF; }
a { background-color: rgb(188,218,191); }
div.DivClassName
{
background-color: #BCDABF;
}
.BgClassName
{
background-color: #BCDABF;
}
</style>
border-color css
<style>
span { border-color: #BCDABF; }
span { border-color: rgb(188,218,191); }
td.TdClassName
{
border-color: #BCDABF;
}
.TagClassName
{
border-color: #BCDABF;
}
</style>