Shades of Surf Crest #BECCB8
Tints of Surf Crest #BECCB8
RGB
CMYK
RGB Variations
Color information
#BECCB8 (or 0xBECCB8) is known color: Surf Crest. HEX triplet: BE, CC and B8. RGB value is (190,204,184). Sum of RGB (Red+Green+Blue) = 190+204+184=578 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.87% from 578); Green value is 204 (80.08% from 255 or 35.29% from 578); Blue value is 184 (72.27% from 255 or 31.83% from 578); Max value from RGB is 204 - color contains mainly: green. Hex color #BECCB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECCB8 is #413347. Grayscale: #C5C5C5. Windows color (decimal): -4272968 or 12111038. OLE color: 12111038.
HSL color Cylindrical-coordinate representation of color #BECCB8: hue angle of 102º degrees, saturation: 0.16, 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 #BECCB8 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 204 | 184 | - |
| CMYK | 0.07 | 0 | 0.10 | 0.2 |
| HSL | 102º | 0.16% | 0.76% | - |
| HSV(B) | 102º | 0.1% | 0.8% | - |
| XYZ | 51.48 | 57.59 | 53.75 | - |
| YUV | 197.53 | 120.36 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 204 | 184 | 0.07 | 0 | 0.10 | 0.2 | 102 | 0.16 | 0.76 |
| Hex | BE | CC | B8 | 7 | 0 | A | 14 | 66 | 10 | 4C |
| Octal | 276 | 314 | 270 | 7 | 0 | 12 | 24 | 146 | 20 | 114 |
| Binary | 10111110 | 11001100 | 10111000 | 111 | 0 | 1010 | 10100 | 1100110 | 10000 | 1001100 |
Color Harmonies of #BECCB8
Complementary color
Monochromatic Colors of #BECCB8
Black with #BECCB8
Text Example
Text Example
White with #BECCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECCB8; }
p { color: rgb(190,204,184); }
H1.HeaderClassName
{
color: #BECCB8;
}
.AnyTagClassName
{
color: #BECCB8;
}
</style>
background-color css
<style>
a { background-color: #BECCB8; }
a { background-color: rgb(190,204,184); }
div.DivClassName
{
background-color: #BECCB8;
}
.BgClassName
{
background-color: #BECCB8;
}
</style>
border-color css
<style>
span { border-color: #BECCB8; }
span { border-color: rgb(190,204,184); }
td.TdClassName
{
border-color: #BECCB8;
}
.TagClassName
{
border-color: #BECCB8;
}
</style>