Shades of Surf Crest #BCDAB9
Tints of Surf Crest #BCDAB9
RGB
CMYK
RGB Variations
Color information
#BCDAB9 (or 0xBCDAB9) is known color: Surf Crest. HEX triplet: BC, DA and B9. RGB value is (188,218,185). Sum of RGB (Red+Green+Blue) = 188+218+185=591 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.81% from 591); Green value is 218 (85.55% from 255 or 36.89% from 591); Blue value is 185 (72.66% from 255 or 31.30% from 591); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDAB9 is #432546. Grayscale: #CDCDCD. Windows color (decimal): -4400455 or 12180156. OLE color: 12180156.
HSL color Cylindrical-coordinate representation of color #BCDAB9: hue angle of 114.55º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCDAB9 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 218 | 185 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.15 |
| HSL | 114.55º | 0.31% | 0.79% | - |
| HSV(B) | 114.55º | 0.15% | 0.85% | - |
| XYZ | 54.57 | 64.34 | 55.44 | - |
| YUV | 205.27 | 116.56 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 185 | 0.14 | 0 | 0.15 | 0.15 | 114.55 | 0.31 | 0.79 |
| Hex | BC | DA | B9 | E | 0 | F | F | 73 | 1F | 4F |
| Octal | 274 | 332 | 271 | 16 | 0 | 17 | 17 | 163 | 37 | 117 |
| Binary | 10111100 | 11011010 | 10111001 | 1110 | 0 | 1111 | 1111 | 1110011 | 11111 | 1001111 |
Color Harmonies of #BCDAB9
Complementary color
Monochromatic Colors of #BCDAB9
Black with #BCDAB9
Text Example
Text Example
White with #BCDAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDAB9; }
p { color: rgb(188,218,185); }
H1.HeaderClassName
{
color: #BCDAB9;
}
.AnyTagClassName
{
color: #BCDAB9;
}
</style>
background-color css
<style>
a { background-color: #BCDAB9; }
a { background-color: rgb(188,218,185); }
div.DivClassName
{
background-color: #BCDAB9;
}
.BgClassName
{
background-color: #BCDAB9;
}
</style>
border-color css
<style>
span { border-color: #BCDAB9; }
span { border-color: rgb(188,218,185); }
td.TdClassName
{
border-color: #BCDAB9;
}
.TagClassName
{
border-color: #BCDAB9;
}
</style>