Shades of Surf Crest #BECDBB
Tints of Surf Crest #BECDBB
RGB
CMYK
RGB Variations
Color information
#BECDBB (or 0xBECDBB) is known color: Surf Crest. HEX triplet: BE, CD and BB. RGB value is (190,205,187). Sum of RGB (Red+Green+Blue) = 190+205+187=582 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.65% from 582); Green value is 205 (80.47% from 255 or 35.22% from 582); Blue value is 187 (73.44% from 255 or 32.13% from 582); Max value from RGB is 205 - color contains mainly: green. Hex color #BECDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECDBB is #413244. Grayscale: #C6C6C6. Windows color (decimal): -4272709 or 12307902. OLE color: 12307902.
HSL color Cylindrical-coordinate representation of color #BECDBB: hue angle of 110º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BECDBB is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 205 | 187 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.20 |
| HSL | 110º | 0.15% | 0.77% | - |
| HSV(B) | 110º | 0.09% | 0.8% | - |
| XYZ | 52.04 | 58.2 | 55.5 | - |
| YUV | 198.46 | 121.53 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 205 | 187 | 0.07 | 0 | 0.09 | 0.20 | 110 | 0.15 | 0.77 |
| Hex | BE | CD | BB | 7 | 0 | 9 | 14 | 6E | F | 4D |
| Octal | 276 | 315 | 273 | 7 | 0 | 11 | 24 | 156 | 17 | 115 |
| Binary | 10111110 | 11001101 | 10111011 | 111 | 0 | 1001 | 10100 | 1101110 | 1111 | 1001101 |
Color Harmonies of #BECDBB
Complementary color
Monochromatic Colors of #BECDBB
Black with #BECDBB
Text Example
Text Example
White with #BECDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECDBB; }
p { color: rgb(190,205,187); }
H1.HeaderClassName
{
color: #BECDBB;
}
.AnyTagClassName
{
color: #BECDBB;
}
</style>
background-color css
<style>
a { background-color: #BECDBB; }
a { background-color: rgb(190,205,187); }
div.DivClassName
{
background-color: #BECDBB;
}
.BgClassName
{
background-color: #BECDBB;
}
</style>
border-color css
<style>
span { border-color: #BECDBB; }
span { border-color: rgb(190,205,187); }
td.TdClassName
{
border-color: #BECDBB;
}
.TagClassName
{
border-color: #BECDBB;
}
</style>