Shades of Surf Crest #BED9BA
Tints of Surf Crest #BED9BA
RGB
CMYK
RGB Variations
Color information
#BED9BA (or 0xBED9BA) is known color: Surf Crest. HEX triplet: BE, D9 and BA. RGB value is (190,217,186). Sum of RGB (Red+Green+Blue) = 190+217+186=593 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.04% from 593); Green value is 217 (85.16% from 255 or 36.59% from 593); Blue value is 186 (73.05% from 255 or 31.37% from 593); Max value from RGB is 217 - color contains mainly: green. Hex color #BED9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED9BA is #412645. Grayscale: #CDCDCD. Windows color (decimal): -4269638 or 12245438. OLE color: 12245438.
HSL color Cylindrical-coordinate representation of color #BED9BA: hue angle of 112.26º degrees, saturation: 0.29, 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 #BED9BA is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 217 | 186 | - |
| CMYK | 0.12 | 0 | 0.14 | 0.15 |
| HSL | 112.26º | 0.29% | 0.79% | - |
| HSV(B) | 112.26º | 0.14% | 0.85% | - |
| XYZ | 54.91 | 64.12 | 55.94 | - |
| YUV | 205.39 | 117.05 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 217 | 186 | 0.12 | 0 | 0.14 | 0.15 | 112.26 | 0.29 | 0.79 |
| Hex | BE | D9 | BA | C | 0 | E | F | 70 | 1D | 4F |
| Octal | 276 | 331 | 272 | 14 | 0 | 16 | 17 | 160 | 35 | 117 |
| Binary | 10111110 | 11011001 | 10111010 | 1100 | 0 | 1110 | 1111 | 1110000 | 11101 | 1001111 |
Color Harmonies of #BED9BA
Complementary color
Monochromatic Colors of #BED9BA
Black with #BED9BA
Text Example
Text Example
White with #BED9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED9BA; }
p { color: rgb(190,217,186); }
H1.HeaderClassName
{
color: #BED9BA;
}
.AnyTagClassName
{
color: #BED9BA;
}
</style>
background-color css
<style>
a { background-color: #BED9BA; }
a { background-color: rgb(190,217,186); }
div.DivClassName
{
background-color: #BED9BA;
}
.BgClassName
{
background-color: #BED9BA;
}
</style>
border-color css
<style>
span { border-color: #BED9BA; }
span { border-color: rgb(190,217,186); }
td.TdClassName
{
border-color: #BED9BA;
}
.TagClassName
{
border-color: #BED9BA;
}
</style>