Shades of Surf Crest #BECFBA
Tints of Surf Crest #BECFBA
RGB
CMYK
RGB Variations
Color information
#BECFBA (or 0xBECFBA) is known color: Surf Crest. HEX triplet: BE, CF and BA. RGB value is (190,207,186). Sum of RGB (Red+Green+Blue) = 190+207+186=583 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.59% from 583); Green value is 207 (81.25% from 255 or 35.51% from 583); Blue value is 186 (73.05% from 255 or 31.90% from 583); Max value from RGB is 207 - color contains mainly: green. Hex color #BECFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECFBA is #413045. Grayscale: #C7C7C7. Windows color (decimal): -4272198 or 12242878. OLE color: 12242878.
HSL color Cylindrical-coordinate representation of color #BECFBA: hue angle of 108.57º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BECFBA is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 207 | 186 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.19 |
| HSL | 108.57º | 0.18% | 0.77% | - |
| HSV(B) | 108.57º | 0.1% | 0.81% | - |
| XYZ | 52.41 | 59.12 | 55.1 | - |
| YUV | 199.52 | 120.37 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 207 | 186 | 0.08 | 0 | 0.10 | 0.19 | 108.57 | 0.18 | 0.77 |
| Hex | BE | CF | BA | 8 | 0 | A | 13 | 6D | 12 | 4D |
| Octal | 276 | 317 | 272 | 10 | 0 | 12 | 23 | 155 | 22 | 115 |
| Binary | 10111110 | 11001111 | 10111010 | 1000 | 0 | 1010 | 10011 | 1101101 | 10010 | 1001101 |
Color Harmonies of #BECFBA
Complementary color
Monochromatic Colors of #BECFBA
Black with #BECFBA
Text Example
Text Example
White with #BECFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECFBA; }
p { color: rgb(190,207,186); }
H1.HeaderClassName
{
color: #BECFBA;
}
.AnyTagClassName
{
color: #BECFBA;
}
</style>
background-color css
<style>
a { background-color: #BECFBA; }
a { background-color: rgb(190,207,186); }
div.DivClassName
{
background-color: #BECFBA;
}
.BgClassName
{
background-color: #BECFBA;
}
</style>
border-color css
<style>
span { border-color: #BECFBA; }
span { border-color: rgb(190,207,186); }
td.TdClassName
{
border-color: #BECFBA;
}
.TagClassName
{
border-color: #BECFBA;
}
</style>