Shades of Surf Crest #BCE2B9
Tints of Surf Crest #BCE2B9
RGB
CMYK
RGB Variations
Color information
#BCE2B9 (or 0xBCE2B9) is known color: Surf Crest. HEX triplet: BC, E2 and B9. RGB value is (188,226,185). Sum of RGB (Red+Green+Blue) = 188+226+185=599 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.39% from 599); Green value is 226 (88.67% from 255 or 37.73% from 599); Blue value is 185 (72.66% from 255 or 30.88% from 599); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE2B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE2B9 is #431D46. Grayscale: #D2D2D2. Windows color (decimal): -4398407 or 12182204. OLE color: 12182204.
HSL color Cylindrical-coordinate representation of color #BCE2B9: hue angle of 115.61º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCE2B9 is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
RGB | 188 | 226 | 185 | - |
CMYK | 0.17 | 0 | 0.18 | 0.11 |
HSL | 115.61º | 0.41% | 0.81% | - |
HSV(B) | 115.61º | 0.18% | 0.89% | - |
XYZ | 56.69 | 68.59 | 56.15 | - |
YUV | 209.96 | 113.91 | 112.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 226 | 185 | 0.17 | 0 | 0.18 | 0.11 | 115.61 | 0.41 | 0.81 |
Hex | BC | E2 | B9 | 11 | 0 | 12 | B | 74 | 29 | 51 |
Octal | 274 | 342 | 271 | 21 | 0 | 22 | 13 | 164 | 51 | 121 |
Binary | 10111100 | 11100010 | 10111001 | 10001 | 0 | 10010 | 1011 | 1110100 | 101001 | 1010001 |
Color Harmonies of #BCE2B9
Complementary color
Monochromatic Colors of #BCE2B9
Black with #BCE2B9
Text Example
Text Example
White with #BCE2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE2B9; }
p { color: rgb(188,226,185); }
H1.HeaderClassName
{
color: #BCE2B9;
}
.AnyTagClassName
{
color: #BCE2B9;
}
</style>
background-color css
<style>
a { background-color: #BCE2B9; }
a { background-color: rgb(188,226,185); }
div.DivClassName
{
background-color: #BCE2B9;
}
.BgClassName
{
background-color: #BCE2B9;
}
</style>
border-color css
<style>
span { border-color: #BCE2B9; }
span { border-color: rgb(188,226,185); }
td.TdClassName
{
border-color: #BCE2B9;
}
.TagClassName
{
border-color: #BCE2B9;
}
</style>