Shades of Surf Crest #BEDFBA
Tints of Surf Crest #BEDFBA
RGB
CMYK
RGB Variations
Color information
#BEDFBA (or 0xBEDFBA) is known color: Surf Crest. HEX triplet: BE, DF and BA. RGB value is (190,223,186). Sum of RGB (Red+Green+Blue) = 190+223+186=599 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.72% from 599); Green value is 223 (87.5% from 255 or 37.23% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDFBA is #412045. Grayscale: #D1D1D1. Windows color (decimal): -4268102 or 12246974. OLE color: 12246974.
HSL color Cylindrical-coordinate representation of color #BEDFBA: hue angle of 113.51º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEDFBA is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 223 | 186 | - |
| CMYK | 0.15 | 0 | 0.17 | 0.13 |
| HSL | 113.51º | 0.37% | 0.8% | - |
| HSV(B) | 113.51º | 0.17% | 0.87% | - |
| XYZ | 56.49 | 67.27 | 56.46 | - |
| YUV | 208.92 | 115.07 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 223 | 186 | 0.15 | 0 | 0.17 | 0.13 | 113.51 | 0.37 | 0.8 |
| Hex | BE | DF | BA | F | 0 | 11 | D | 72 | 25 | 50 |
| Octal | 276 | 337 | 272 | 17 | 0 | 21 | 15 | 162 | 45 | 120 |
| Binary | 10111110 | 11011111 | 10111010 | 1111 | 0 | 10001 | 1101 | 1110010 | 100101 | 1010000 |
Color Harmonies of #BEDFBA
Complementary color
Monochromatic Colors of #BEDFBA
Black with #BEDFBA
Text Example
Text Example
White with #BEDFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDFBA; }
p { color: rgb(190,223,186); }
H1.HeaderClassName
{
color: #BEDFBA;
}
.AnyTagClassName
{
color: #BEDFBA;
}
</style>
background-color css
<style>
a { background-color: #BEDFBA; }
a { background-color: rgb(190,223,186); }
div.DivClassName
{
background-color: #BEDFBA;
}
.BgClassName
{
background-color: #BEDFBA;
}
</style>
border-color css
<style>
span { border-color: #BEDFBA; }
span { border-color: rgb(190,223,186); }
td.TdClassName
{
border-color: #BEDFBA;
}
.TagClassName
{
border-color: #BEDFBA;
}
</style>