Shades of Surf Crest #BED9B3
Tints of Surf Crest #BED9B3
RGB
CMYK
RGB Variations
Color information
#BED9B3 (or 0xBED9B3) is known color: Surf Crest. HEX triplet: BE, D9 and B3. RGB value is (190,217,179). Sum of RGB (Red+Green+Blue) = 190+217+179=586 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.42% from 586); Green value is 217 (85.16% from 255 or 37.03% from 586); Blue value is 179 (70.31% from 255 or 30.55% from 586); Max value from RGB is 217 - color contains mainly: green. Hex color #BED9B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED9B3 is #41264C. Grayscale: #CCCCCC. Windows color (decimal): -4269645 or 11786686. OLE color: 11786686.
HSL color Cylindrical-coordinate representation of color #BED9B3: hue angle of 102.63º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BED9B3 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 217 | 179 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.15 |
| HSL | 102.63º | 0.33% | 0.78% | - |
| HSV(B) | 102.63º | 0.18% | 0.85% | - |
| XYZ | 54.18 | 63.83 | 52.11 | - |
| YUV | 204.6 | 113.55 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 217 | 179 | 0.12 | 0 | 0.18 | 0.15 | 102.63 | 0.33 | 0.78 |
| Hex | BE | D9 | B3 | C | 0 | 12 | F | 67 | 21 | 4E |
| Octal | 276 | 331 | 263 | 14 | 0 | 22 | 17 | 147 | 41 | 116 |
| Binary | 10111110 | 11011001 | 10110011 | 1100 | 0 | 10010 | 1111 | 1100111 | 100001 | 1001110 |
Color Harmonies of #BED9B3
Complementary color
Monochromatic Colors of #BED9B3
Black with #BED9B3
Text Example
Text Example
White with #BED9B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED9B3; }
p { color: rgb(190,217,179); }
H1.HeaderClassName
{
color: #BED9B3;
}
.AnyTagClassName
{
color: #BED9B3;
}
</style>
background-color css
<style>
a { background-color: #BED9B3; }
a { background-color: rgb(190,217,179); }
div.DivClassName
{
background-color: #BED9B3;
}
.BgClassName
{
background-color: #BED9B3;
}
</style>
border-color css
<style>
span { border-color: #BED9B3; }
span { border-color: rgb(190,217,179); }
td.TdClassName
{
border-color: #BED9B3;
}
.TagClassName
{
border-color: #BED9B3;
}
</style>