Shades of Surf Crest #BECCBA
Tints of Surf Crest #BECCBA
RGB
CMYK
RGB Variations
Color information
#BECCBA (or 0xBECCBA) is known color: Surf Crest. HEX triplet: BE, CC and BA. RGB value is (190,204,186). Sum of RGB (Red+Green+Blue) = 190+204+186=580 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.76% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 186 (73.05% from 255 or 32.07% from 580); Max value from RGB is 204 - color contains mainly: green. Hex color #BECCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECCBA is #413345. Grayscale: #C5C5C5. Windows color (decimal): -4272966 or 12242110. OLE color: 12242110.
HSL color Cylindrical-coordinate representation of color #BECCBA: hue angle of 106.67º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BECCBA is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 204 | 186 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.2 |
| HSL | 106.67º | 0.15% | 0.76% | - |
| HSV(B) | 106.67º | 0.09% | 0.8% | - |
| XYZ | 51.69 | 57.68 | 54.86 | - |
| YUV | 197.76 | 121.36 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 204 | 186 | 0.07 | 0 | 0.09 | 0.2 | 106.67 | 0.15 | 0.76 |
| Hex | BE | CC | BA | 7 | 0 | 9 | 14 | 6B | F | 4C |
| Octal | 276 | 314 | 272 | 7 | 0 | 11 | 24 | 153 | 17 | 114 |
| Binary | 10111110 | 11001100 | 10111010 | 111 | 0 | 1001 | 10100 | 1101011 | 1111 | 1001100 |
Color Harmonies of #BECCBA
Complementary color
Monochromatic Colors of #BECCBA
Black with #BECCBA
Text Example
Text Example
White with #BECCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECCBA; }
p { color: rgb(190,204,186); }
H1.HeaderClassName
{
color: #BECCBA;
}
.AnyTagClassName
{
color: #BECCBA;
}
</style>
background-color css
<style>
a { background-color: #BECCBA; }
a { background-color: rgb(190,204,186); }
div.DivClassName
{
background-color: #BECCBA;
}
.BgClassName
{
background-color: #BECCBA;
}
</style>
border-color css
<style>
span { border-color: #BECCBA; }
span { border-color: rgb(190,204,186); }
td.TdClassName
{
border-color: #BECCBA;
}
.TagClassName
{
border-color: #BECCBA;
}
</style>