Shades of Surf Crest #BECDB7
Tints of Surf Crest #BECDB7
RGB
CMYK
RGB Variations
Color information
#BECDB7 (or 0xBECDB7) is known color: Surf Crest. HEX triplet: BE, CD and B7. RGB value is (190,205,183). Sum of RGB (Red+Green+Blue) = 190+205+183=578 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.87% from 578); Green value is 205 (80.47% from 255 or 35.47% from 578); Blue value is 183 (71.88% from 255 or 31.66% from 578); Max value from RGB is 205 - color contains mainly: green. Hex color #BECDB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECDB7 is #413248. Grayscale: #C6C6C6. Windows color (decimal): -4272713 or 12045758. OLE color: 12045758.
HSL color Cylindrical-coordinate representation of color #BECDB7: hue angle of 100.91º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BECDB7 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
RGB | 190 | 205 | 183 | - |
CMYK | 0.07 | 0 | 0.11 | 0.20 |
HSL | 100.91º | 0.18% | 0.76% | - |
HSV(B) | 100.91º | 0.11% | 0.8% | - |
XYZ | 51.61 | 58.03 | 53.28 | - |
YUV | 198.01 | 119.53 | 122.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 205 | 183 | 0.07 | 0 | 0.11 | 0.20 | 100.91 | 0.18 | 0.76 |
Hex | BE | CD | B7 | 7 | 0 | B | 14 | 65 | 12 | 4C |
Octal | 276 | 315 | 267 | 7 | 0 | 13 | 24 | 145 | 22 | 114 |
Binary | 10111110 | 11001101 | 10110111 | 111 | 0 | 1011 | 10100 | 1100101 | 10010 | 1001100 |
Color Harmonies of #BECDB7
Complementary color
Monochromatic Colors of #BECDB7
Black with #BECDB7
Text Example
Text Example
White with #BECDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECDB7; }
p { color: rgb(190,205,183); }
H1.HeaderClassName
{
color: #BECDB7;
}
.AnyTagClassName
{
color: #BECDB7;
}
</style>
background-color css
<style>
a { background-color: #BECDB7; }
a { background-color: rgb(190,205,183); }
div.DivClassName
{
background-color: #BECDB7;
}
.BgClassName
{
background-color: #BECDB7;
}
</style>
border-color css
<style>
span { border-color: #BECDB7; }
span { border-color: rgb(190,205,183); }
td.TdClassName
{
border-color: #BECDB7;
}
.TagClassName
{
border-color: #BECDB7;
}
</style>