Shades of Surf Crest #BED9BB
Tints of Surf Crest #BED9BB
RGB
CMYK
RGB Variations
Color information
#BED9BB (or 0xBED9BB) is known color: Surf Crest. HEX triplet: BE, D9 and BB. RGB value is (190,217,187). Sum of RGB (Red+Green+Blue) = 190+217+187=594 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.99% from 594); Green value is 217 (85.16% from 255 or 36.53% from 594); Blue value is 187 (73.44% from 255 or 31.48% from 594); Max value from RGB is 217 - color contains mainly: green. Hex color #BED9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED9BB is #412644. Grayscale: #CDCDCD. Windows color (decimal): -4269637 or 12310974. OLE color: 12310974.
HSL color Cylindrical-coordinate representation of color #BED9BB: hue angle of 114º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BED9BB is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 217 | 187 | - |
| CMYK | 0.12 | 0 | 0.14 | 0.15 |
| HSL | 114º | 0.28% | 0.79% | - |
| HSV(B) | 114º | 0.14% | 0.85% | - |
| XYZ | 55.02 | 64.16 | 56.5 | - |
| YUV | 205.51 | 117.55 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 217 | 187 | 0.12 | 0 | 0.14 | 0.15 | 114 | 0.28 | 0.79 |
| Hex | BE | D9 | BB | C | 0 | E | F | 72 | 1C | 4F |
| Octal | 276 | 331 | 273 | 14 | 0 | 16 | 17 | 162 | 34 | 117 |
| Binary | 10111110 | 11011001 | 10111011 | 1100 | 0 | 1110 | 1111 | 1110010 | 11100 | 1001111 |
Color Harmonies of #BED9BB
Complementary color
Monochromatic Colors of #BED9BB
Black with #BED9BB
Text Example
Text Example
White with #BED9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED9BB; }
p { color: rgb(190,217,187); }
H1.HeaderClassName
{
color: #BED9BB;
}
.AnyTagClassName
{
color: #BED9BB;
}
</style>
background-color css
<style>
a { background-color: #BED9BB; }
a { background-color: rgb(190,217,187); }
div.DivClassName
{
background-color: #BED9BB;
}
.BgClassName
{
background-color: #BED9BB;
}
</style>
border-color css
<style>
span { border-color: #BED9BB; }
span { border-color: rgb(190,217,187); }
td.TdClassName
{
border-color: #BED9BB;
}
.TagClassName
{
border-color: #BED9BB;
}
</style>