Shades of Surf Crest #BCE3B7
Tints of Surf Crest #BCE3B7
RGB
CMYK
RGB Variations
Color information
#BCE3B7 (or 0xBCE3B7) is known color: Surf Crest. HEX triplet: BC, E3 and B7. RGB value is (188,227,183). Sum of RGB (Red+Green+Blue) = 188+227+183=598 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.44% from 598); Green value is 227 (89.06% from 255 or 37.96% from 598); Blue value is 183 (71.88% from 255 or 30.60% from 598); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE3B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE3B7 is #431C48. Grayscale: #D2D2D2. Windows color (decimal): -4398153 or 12051388. OLE color: 12051388.
HSL color Cylindrical-coordinate representation of color #BCE3B7: hue angle of 113.18º degrees, saturation: 0.44, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCE3B7 is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 227 | 183 | - |
| CMYK | 0.17 | 0 | 0.19 | 0.11 |
| HSL | 113.18º | 0.44% | 0.8% | - |
| HSV(B) | 113.18º | 0.19% | 0.89% | - |
| XYZ | 56.76 | 69.05 | 55.14 | - |
| YUV | 210.32 | 112.58 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 227 | 183 | 0.17 | 0 | 0.19 | 0.11 | 113.18 | 0.44 | 0.8 |
| Hex | BC | E3 | B7 | 11 | 0 | 13 | B | 71 | 2C | 50 |
| Octal | 274 | 343 | 267 | 21 | 0 | 23 | 13 | 161 | 54 | 120 |
| Binary | 10111100 | 11100011 | 10110111 | 10001 | 0 | 10011 | 1011 | 1110001 | 101100 | 1010000 |
Color Harmonies of #BCE3B7
Complementary color
Monochromatic Colors of #BCE3B7
Black with #BCE3B7
Text Example
Text Example
White with #BCE3B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE3B7; }
p { color: rgb(188,227,183); }
H1.HeaderClassName
{
color: #BCE3B7;
}
.AnyTagClassName
{
color: #BCE3B7;
}
</style>
background-color css
<style>
a { background-color: #BCE3B7; }
a { background-color: rgb(188,227,183); }
div.DivClassName
{
background-color: #BCE3B7;
}
.BgClassName
{
background-color: #BCE3B7;
}
</style>
border-color css
<style>
span { border-color: #BCE3B7; }
span { border-color: rgb(188,227,183); }
td.TdClassName
{
border-color: #BCE3B7;
}
.TagClassName
{
border-color: #BCE3B7;
}
</style>