Shades of Surf Crest #BCDAB5
Tints of Surf Crest #BCDAB5
RGB
CMYK
RGB Variations
Color information
#BCDAB5 (or 0xBCDAB5) is known color: Surf Crest. HEX triplet: BC, DA and B5. RGB value is (188,218,181). Sum of RGB (Red+Green+Blue) = 188+218+181=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 218 (85.55% from 255 or 37.14% from 587); Blue value is 181 (71.09% from 255 or 30.83% from 587); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDAB5 is #43254A. Grayscale: #CCCCCC. Windows color (decimal): -4400459 or 11918012. OLE color: 11918012.
HSL color Cylindrical-coordinate representation of color #BCDAB5: hue angle of 108.65º 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 #BCDAB5 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 218 | 181 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.15 |
| HSL | 108.65º | 0.33% | 0.78% | - |
| HSV(B) | 108.65º | 0.17% | 0.85% | - |
| XYZ | 54.15 | 64.17 | 53.25 | - |
| YUV | 204.81 | 114.56 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 181 | 0.14 | 0 | 0.17 | 0.15 | 108.65 | 0.33 | 0.78 |
| Hex | BC | DA | B5 | E | 0 | 11 | F | 6D | 21 | 4E |
| Octal | 274 | 332 | 265 | 16 | 0 | 21 | 17 | 155 | 41 | 116 |
| Binary | 10111100 | 11011010 | 10110101 | 1110 | 0 | 10001 | 1111 | 1101101 | 100001 | 1001110 |
Color Harmonies of #BCDAB5
Complementary color
Monochromatic Colors of #BCDAB5
Black with #BCDAB5
Text Example
Text Example
White with #BCDAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDAB5; }
p { color: rgb(188,218,181); }
H1.HeaderClassName
{
color: #BCDAB5;
}
.AnyTagClassName
{
color: #BCDAB5;
}
</style>
background-color css
<style>
a { background-color: #BCDAB5; }
a { background-color: rgb(188,218,181); }
div.DivClassName
{
background-color: #BCDAB5;
}
.BgClassName
{
background-color: #BCDAB5;
}
</style>
border-color css
<style>
span { border-color: #BCDAB5; }
span { border-color: rgb(188,218,181); }
td.TdClassName
{
border-color: #BCDAB5;
}
.TagClassName
{
border-color: #BCDAB5;
}
</style>