Shades of Surf Crest #BCDEB9
Tints of Surf Crest #BCDEB9
RGB
CMYK
RGB Variations
Color information
#BCDEB9 (or 0xBCDEB9) is known color: Surf Crest. HEX triplet: BC, DE and B9. RGB value is (188,222,185). Sum of RGB (Red+Green+Blue) = 188+222+185=595 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.60% from 595); Green value is 222 (87.11% from 255 or 37.31% from 595); Blue value is 185 (72.66% from 255 or 31.09% from 595); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDEB9 is #432146. Grayscale: #CFCFCF. Windows color (decimal): -4399431 or 12181180. OLE color: 12181180.
HSL color Cylindrical-coordinate representation of color #BCDEB9: hue angle of 115.14º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCDEB9 is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 222 | 185 | - |
| CMYK | 0.15 | 0 | 0.17 | 0.13 |
| HSL | 115.14º | 0.36% | 0.8% | - |
| HSV(B) | 115.14º | 0.17% | 0.87% | - |
| XYZ | 55.62 | 66.44 | 55.79 | - |
| YUV | 207.62 | 115.24 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 222 | 185 | 0.15 | 0 | 0.17 | 0.13 | 115.14 | 0.36 | 0.8 |
| Hex | BC | DE | B9 | F | 0 | 11 | D | 73 | 24 | 50 |
| Octal | 274 | 336 | 271 | 17 | 0 | 21 | 15 | 163 | 44 | 120 |
| Binary | 10111100 | 11011110 | 10111001 | 1111 | 0 | 10001 | 1101 | 1110011 | 100100 | 1010000 |
Color Harmonies of #BCDEB9
Complementary color
Monochromatic Colors of #BCDEB9
Black with #BCDEB9
Text Example
Text Example
White with #BCDEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDEB9; }
p { color: rgb(188,222,185); }
H1.HeaderClassName
{
color: #BCDEB9;
}
.AnyTagClassName
{
color: #BCDEB9;
}
</style>
background-color css
<style>
a { background-color: #BCDEB9; }
a { background-color: rgb(188,222,185); }
div.DivClassName
{
background-color: #BCDEB9;
}
.BgClassName
{
background-color: #BCDEB9;
}
</style>
border-color css
<style>
span { border-color: #BCDEB9; }
span { border-color: rgb(188,222,185); }
td.TdClassName
{
border-color: #BCDEB9;
}
.TagClassName
{
border-color: #BCDEB9;
}
</style>