Shades of Surf Crest #BED8B2
Tints of Surf Crest #BED8B2
RGB
CMYK
RGB Variations
Color information
#BED8B2 (or 0xBED8B2) is known color: Surf Crest. HEX triplet: BE, D8 and B2. RGB value is (190,216,178). Sum of RGB (Red+Green+Blue) = 190+216+178=584 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.53% from 584); Green value is 216 (84.77% from 255 or 36.99% from 584); Blue value is 178 (69.92% from 255 or 30.48% from 584); Max value from RGB is 216 - color contains mainly: green. Hex color #BED8B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED8B2 is #41274D. Grayscale: #CCCCCC. Windows color (decimal): -4269902 or 11720894. OLE color: 11720894.
HSL color Cylindrical-coordinate representation of color #BED8B2: hue angle of 101.05º degrees, saturation: 0.33, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BED8B2 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 216 | 178 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.15 |
| HSL | 101.05º | 0.33% | 0.77% | - |
| HSV(B) | 101.05º | 0.18% | 0.85% | - |
| XYZ | 53.83 | 63.27 | 51.5 | - |
| YUV | 203.89 | 113.39 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 216 | 178 | 0.12 | 0 | 0.18 | 0.15 | 101.05 | 0.33 | 0.77 |
| Hex | BE | D8 | B2 | C | 0 | 12 | F | 65 | 21 | 4D |
| Octal | 276 | 330 | 262 | 14 | 0 | 22 | 17 | 145 | 41 | 115 |
| Binary | 10111110 | 11011000 | 10110010 | 1100 | 0 | 10010 | 1111 | 1100101 | 100001 | 1001101 |
Color Harmonies of #BED8B2
Complementary color
Monochromatic Colors of #BED8B2
Black with #BED8B2
Text Example
Text Example
White with #BED8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED8B2; }
p { color: rgb(190,216,178); }
H1.HeaderClassName
{
color: #BED8B2;
}
.AnyTagClassName
{
color: #BED8B2;
}
</style>
background-color css
<style>
a { background-color: #BED8B2; }
a { background-color: rgb(190,216,178); }
div.DivClassName
{
background-color: #BED8B2;
}
.BgClassName
{
background-color: #BED8B2;
}
</style>
border-color css
<style>
span { border-color: #BED8B2; }
span { border-color: rgb(190,216,178); }
td.TdClassName
{
border-color: #BED8B2;
}
.TagClassName
{
border-color: #BED8B2;
}
</style>