Shades of Surf Crest #BED2B6
Tints of Surf Crest #BED2B6
RGB
CMYK
RGB Variations
Color information
#BED2B6 (or 0xBED2B6) is known color: Surf Crest. HEX triplet: BE, D2 and B6. RGB value is (190,210,182). Sum of RGB (Red+Green+Blue) = 190+210+182=582 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.65% from 582); Green value is 210 (82.42% from 255 or 36.08% from 582); Blue value is 182 (71.48% from 255 or 31.27% from 582); Max value from RGB is 210 - color contains mainly: green. Hex color #BED2B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED2B6 is #412D49. Grayscale: #C8C8C8. Windows color (decimal): -4271434 or 11981502. OLE color: 11981502.
HSL color Cylindrical-coordinate representation of color #BED2B6: hue angle of 102.86º degrees, saturation: 0.24, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BED2B6 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 210 | 182 | - |
| CMYK | 0.10 | 0 | 0.13 | 0.18 |
| HSL | 102.86º | 0.24% | 0.77% | - |
| HSV(B) | 102.86º | 0.13% | 0.82% | - |
| XYZ | 52.73 | 60.42 | 53.14 | - |
| YUV | 200.83 | 117.37 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 210 | 182 | 0.10 | 0 | 0.13 | 0.18 | 102.86 | 0.24 | 0.77 |
| Hex | BE | D2 | B6 | A | 0 | D | 12 | 67 | 18 | 4D |
| Octal | 276 | 322 | 266 | 12 | 0 | 15 | 22 | 147 | 30 | 115 |
| Binary | 10111110 | 11010010 | 10110110 | 1010 | 0 | 1101 | 10010 | 1100111 | 11000 | 1001101 |
Color Harmonies of #BED2B6
Complementary color
Monochromatic Colors of #BED2B6
Black with #BED2B6
Text Example
Text Example
White with #BED2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED2B6; }
p { color: rgb(190,210,182); }
H1.HeaderClassName
{
color: #BED2B6;
}
.AnyTagClassName
{
color: #BED2B6;
}
</style>
background-color css
<style>
a { background-color: #BED2B6; }
a { background-color: rgb(190,210,182); }
div.DivClassName
{
background-color: #BED2B6;
}
.BgClassName
{
background-color: #BED2B6;
}
</style>
border-color css
<style>
span { border-color: #BED2B6; }
span { border-color: rgb(190,210,182); }
td.TdClassName
{
border-color: #BED2B6;
}
.TagClassName
{
border-color: #BED2B6;
}
</style>