Shades of Surf Crest #BECCB7
Tints of Surf Crest #BECCB7
RGB
CMYK
RGB Variations
Color information
#BECCB7 (or 0xBECCB7) is known color: Surf Crest. HEX triplet: BE, CC and B7. RGB value is (190,204,183). Sum of RGB (Red+Green+Blue) = 190+204+183=577 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.93% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 183 (71.88% from 255 or 31.72% from 577); Max value from RGB is 204 - color contains mainly: green. Hex color #BECCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECCB7 is #413348. Grayscale: #C5C5C5. Windows color (decimal): -4272969 or 12045502. OLE color: 12045502.
HSL color Cylindrical-coordinate representation of color #BECCB7: hue angle of 100º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BECCB7 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 204 | 183 | - |
| CMYK | 0.07 | 0 | 0.10 | 0.2 |
| HSL | 100º | 0.17% | 0.76% | - |
| HSV(B) | 100º | 0.1% | 0.8% | - |
| XYZ | 51.38 | 57.55 | 53.2 | - |
| YUV | 197.42 | 119.86 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 204 | 183 | 0.07 | 0 | 0.10 | 0.2 | 100 | 0.17 | 0.76 |
| Hex | BE | CC | B7 | 7 | 0 | A | 14 | 64 | 11 | 4C |
| Octal | 276 | 314 | 267 | 7 | 0 | 12 | 24 | 144 | 21 | 114 |
| Binary | 10111110 | 11001100 | 10110111 | 111 | 0 | 1010 | 10100 | 1100100 | 10001 | 1001100 |
Color Harmonies of #BECCB7
Complementary color
Monochromatic Colors of #BECCB7
Black with #BECCB7
Text Example
Text Example
White with #BECCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECCB7; }
p { color: rgb(190,204,183); }
H1.HeaderClassName
{
color: #BECCB7;
}
.AnyTagClassName
{
color: #BECCB7;
}
</style>
background-color css
<style>
a { background-color: #BECCB7; }
a { background-color: rgb(190,204,183); }
div.DivClassName
{
background-color: #BECCB7;
}
.BgClassName
{
background-color: #BECCB7;
}
</style>
border-color css
<style>
span { border-color: #BECCB7; }
span { border-color: rgb(190,204,183); }
td.TdClassName
{
border-color: #BECCB7;
}
.TagClassName
{
border-color: #BECCB7;
}
</style>