Shades of Surf Crest #BCDAB6
Tints of Surf Crest #BCDAB6
RGB
CMYK
RGB Variations
Color information
#BCDAB6 (or 0xBCDAB6) is known color: Surf Crest. HEX triplet: BC, DA and B6. RGB value is (188,218,182). Sum of RGB (Red+Green+Blue) = 188+218+182=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 218 (85.55% from 255 or 37.07% from 588); Blue value is 182 (71.48% from 255 or 30.95% from 588); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDAB6 is #432549. Grayscale: #CDCDCD. Windows color (decimal): -4400458 or 11983548. OLE color: 11983548.
HSL color Cylindrical-coordinate representation of color #BCDAB6: hue angle of 110º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCDAB6 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 218 | 182 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.15 |
| HSL | 110º | 0.33% | 0.78% | - |
| HSV(B) | 110º | 0.17% | 0.85% | - |
| XYZ | 54.25 | 64.21 | 53.79 | - |
| YUV | 204.93 | 115.06 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 182 | 0.14 | 0 | 0.17 | 0.15 | 110 | 0.33 | 0.78 |
| Hex | BC | DA | B6 | E | 0 | 11 | F | 6E | 21 | 4E |
| Octal | 274 | 332 | 266 | 16 | 0 | 21 | 17 | 156 | 41 | 116 |
| Binary | 10111100 | 11011010 | 10110110 | 1110 | 0 | 10001 | 1111 | 1101110 | 100001 | 1001110 |
Color Harmonies of #BCDAB6
Complementary color
Monochromatic Colors of #BCDAB6
Black with #BCDAB6
Text Example
Text Example
White with #BCDAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDAB6; }
p { color: rgb(188,218,182); }
H1.HeaderClassName
{
color: #BCDAB6;
}
.AnyTagClassName
{
color: #BCDAB6;
}
</style>
background-color css
<style>
a { background-color: #BCDAB6; }
a { background-color: rgb(188,218,182); }
div.DivClassName
{
background-color: #BCDAB6;
}
.BgClassName
{
background-color: #BCDAB6;
}
</style>
border-color css
<style>
span { border-color: #BCDAB6; }
span { border-color: rgb(188,218,182); }
td.TdClassName
{
border-color: #BCDAB6;
}
.TagClassName
{
border-color: #BCDAB6;
}
</style>