Shades of Surf Crest #BECFBC
Tints of Surf Crest #BECFBC
RGB
CMYK
RGB Variations
Color information
#BECFBC (or 0xBECFBC) is known color: Surf Crest. HEX triplet: BE, CF and BC. RGB value is (190,207,188). Sum of RGB (Red+Green+Blue) = 190+207+188=585 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.48% from 585); Green value is 207 (81.25% from 255 or 35.38% from 585); Blue value is 188 (73.83% from 255 or 32.14% from 585); Max value from RGB is 207 - color contains mainly: green. Hex color #BECFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECFBC is #413043. Grayscale: #C7C7C7. Windows color (decimal): -4272196 or 12373950. OLE color: 12373950.
HSL color Cylindrical-coordinate representation of color #BECFBC: hue angle of 113.68º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BECFBC is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 207 | 188 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.19 |
| HSL | 113.68º | 0.17% | 0.77% | - |
| HSV(B) | 113.68º | 0.09% | 0.81% | - |
| XYZ | 52.63 | 59.2 | 56.23 | - |
| YUV | 199.75 | 121.37 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 207 | 188 | 0.08 | 0 | 0.09 | 0.19 | 113.68 | 0.17 | 0.77 |
| Hex | BE | CF | BC | 8 | 0 | 9 | 13 | 72 | 11 | 4D |
| Octal | 276 | 317 | 274 | 10 | 0 | 11 | 23 | 162 | 21 | 115 |
| Binary | 10111110 | 11001111 | 10111100 | 1000 | 0 | 1001 | 10011 | 1110010 | 10001 | 1001101 |
Color Harmonies of #BECFBC
Complementary color
Monochromatic Colors of #BECFBC
Black with #BECFBC
Text Example
Text Example
White with #BECFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECFBC; }
p { color: rgb(190,207,188); }
H1.HeaderClassName
{
color: #BECFBC;
}
.AnyTagClassName
{
color: #BECFBC;
}
</style>
background-color css
<style>
a { background-color: #BECFBC; }
a { background-color: rgb(190,207,188); }
div.DivClassName
{
background-color: #BECFBC;
}
.BgClassName
{
background-color: #BECFBC;
}
</style>
border-color css
<style>
span { border-color: #BECFBC; }
span { border-color: rgb(190,207,188); }
td.TdClassName
{
border-color: #BECFBC;
}
.TagClassName
{
border-color: #BECFBC;
}
</style>