Shades of Surf Crest #BEDFBB
Tints of Surf Crest #BEDFBB
RGB
CMYK
RGB Variations
Color information
#BEDFBB (or 0xBEDFBB) is known color: Surf Crest. HEX triplet: BE, DF and BB. RGB value is (190,223,187). Sum of RGB (Red+Green+Blue) = 190+223+187=600 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.67% from 600); Green value is 223 (87.5% from 255 or 37.17% from 600); Blue value is 187 (73.44% from 255 or 31.17% from 600); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDFBB is #412044. Grayscale: #D1D1D1. Windows color (decimal): -4268101 or 12312510. OLE color: 12312510.
HSL color Cylindrical-coordinate representation of color #BEDFBB: hue angle of 115º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEDFBB is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 223 | 187 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.13 |
| HSL | 115º | 0.36% | 0.8% | - |
| HSV(B) | 115º | 0.16% | 0.87% | - |
| XYZ | 56.59 | 67.31 | 57.02 | - |
| YUV | 209.03 | 115.57 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 223 | 187 | 0.15 | 0 | 0.16 | 0.13 | 115 | 0.36 | 0.8 |
| Hex | BE | DF | BB | F | 0 | 10 | D | 73 | 24 | 50 |
| Octal | 276 | 337 | 273 | 17 | 0 | 20 | 15 | 163 | 44 | 120 |
| Binary | 10111110 | 11011111 | 10111011 | 1111 | 0 | 10000 | 1101 | 1110011 | 100100 | 1010000 |
Color Harmonies of #BEDFBB
Complementary color
Monochromatic Colors of #BEDFBB
Black with #BEDFBB
Text Example
Text Example
White with #BEDFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDFBB; }
p { color: rgb(190,223,187); }
H1.HeaderClassName
{
color: #BEDFBB;
}
.AnyTagClassName
{
color: #BEDFBB;
}
</style>
background-color css
<style>
a { background-color: #BEDFBB; }
a { background-color: rgb(190,223,187); }
div.DivClassName
{
background-color: #BEDFBB;
}
.BgClassName
{
background-color: #BEDFBB;
}
</style>
border-color css
<style>
span { border-color: #BEDFBB; }
span { border-color: rgb(190,223,187); }
td.TdClassName
{
border-color: #BEDFBB;
}
.TagClassName
{
border-color: #BEDFBB;
}
</style>