Shades of Surf Crest #BECABB
Tints of Surf Crest #BECABB
RGB
CMYK
RGB Variations
Color information
#BECABB (or 0xBECABB) is known color: Surf Crest. HEX triplet: BE, CA and BB. RGB value is (190,202,187). Sum of RGB (Red+Green+Blue) = 190+202+187=579 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.82% from 579); Green value is 202 (79.30% from 255 or 34.89% from 579); Blue value is 187 (73.44% from 255 or 32.30% from 579); Max value from RGB is 202 - color contains mainly: green. Hex color #BECABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECABB is #413544. Grayscale: #C4C4C4. Windows color (decimal): -4273477 or 12307134. OLE color: 12307134.
HSL color Cylindrical-coordinate representation of color #BECABB: hue angle of 108º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BECABB is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 202 | 187 | - |
| CMYK | 0.06 | 0 | 0.07 | 0.21 |
| HSL | 108º | 0.12% | 0.76% | - |
| HSV(B) | 108º | 0.07% | 0.79% | - |
| XYZ | 51.33 | 56.78 | 55.27 | - |
| YUV | 196.7 | 122.52 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 202 | 187 | 0.06 | 0 | 0.07 | 0.21 | 108 | 0.12 | 0.76 |
| Hex | BE | CA | BB | 6 | 0 | 7 | 15 | 6C | C | 4C |
| Octal | 276 | 312 | 273 | 6 | 0 | 7 | 25 | 154 | 14 | 114 |
| Binary | 10111110 | 11001010 | 10111011 | 110 | 0 | 111 | 10101 | 1101100 | 1100 | 1001100 |
Color Harmonies of #BECABB
Complementary color
Monochromatic Colors of #BECABB
Black with #BECABB
Text Example
Text Example
White with #BECABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECABB; }
p { color: rgb(190,202,187); }
H1.HeaderClassName
{
color: #BECABB;
}
.AnyTagClassName
{
color: #BECABB;
}
</style>
background-color css
<style>
a { background-color: #BECABB; }
a { background-color: rgb(190,202,187); }
div.DivClassName
{
background-color: #BECABB;
}
.BgClassName
{
background-color: #BECABB;
}
</style>
border-color css
<style>
span { border-color: #BECABB; }
span { border-color: rgb(190,202,187); }
td.TdClassName
{
border-color: #BECABB;
}
.TagClassName
{
border-color: #BECABB;
}
</style>