Shades of Surf Crest #BECBBA
Tints of Surf Crest #BECBBA
RGB
CMYK
RGB Variations
Color information
#BECBBA (or 0xBECBBA) is known color: Surf Crest. HEX triplet: BE, CB and BA. RGB value is (190,203,186). Sum of RGB (Red+Green+Blue) = 190+203+186=579 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.82% from 579); Green value is 203 (79.69% from 255 or 35.06% from 579); Blue value is 186 (73.05% from 255 or 32.12% from 579); Max value from RGB is 203 - color contains mainly: green. Hex color #BECBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECBBA is #413445. Grayscale: #C5C5C5. Windows color (decimal): -4273222 or 12241854. OLE color: 12241854.
HSL color Cylindrical-coordinate representation of color #BECBBA: hue angle of 105.88º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BECBBA is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 203 | 186 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.20 |
| HSL | 105.88º | 0.14% | 0.76% | - |
| HSV(B) | 105.88º | 0.08% | 0.8% | - |
| XYZ | 51.45 | 57.2 | 54.78 | - |
| YUV | 197.18 | 121.69 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 203 | 186 | 0.06 | 0 | 0.08 | 0.20 | 105.88 | 0.14 | 0.76 |
| Hex | BE | CB | BA | 6 | 0 | 8 | 14 | 6A | E | 4C |
| Octal | 276 | 313 | 272 | 6 | 0 | 10 | 24 | 152 | 16 | 114 |
| Binary | 10111110 | 11001011 | 10111010 | 110 | 0 | 1000 | 10100 | 1101010 | 1110 | 1001100 |
Color Harmonies of #BECBBA
Complementary color
Monochromatic Colors of #BECBBA
Black with #BECBBA
Text Example
Text Example
White with #BECBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECBBA; }
p { color: rgb(190,203,186); }
H1.HeaderClassName
{
color: #BECBBA;
}
.AnyTagClassName
{
color: #BECBBA;
}
</style>
background-color css
<style>
a { background-color: #BECBBA; }
a { background-color: rgb(190,203,186); }
div.DivClassName
{
background-color: #BECBBA;
}
.BgClassName
{
background-color: #BECBBA;
}
</style>
border-color css
<style>
span { border-color: #BECBBA; }
span { border-color: rgb(190,203,186); }
td.TdClassName
{
border-color: #BECBBA;
}
.TagClassName
{
border-color: #BECBBA;
}
</style>