Shades of Surf Crest #BED2B5
Tints of Surf Crest #BED2B5
RGB
CMYK
RGB Variations
Color information
#BED2B5 (or 0xBED2B5) is known color: Surf Crest. HEX triplet: BE, D2 and B5. RGB value is (190,210,181). Sum of RGB (Red+Green+Blue) = 190+210+181=581 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.70% from 581); Green value is 210 (82.42% from 255 or 36.14% from 581); Blue value is 181 (71.09% from 255 or 31.15% from 581); Max value from RGB is 210 - color contains mainly: green. Hex color #BED2B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED2B5 is #412D4A. Grayscale: #C8C8C8. Windows color (decimal): -4271435 or 11915966. OLE color: 11915966.
HSL color Cylindrical-coordinate representation of color #BED2B5: hue angle of 101.38º degrees, saturation: 0.24, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BED2B5 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 210 | 181 | - |
| CMYK | 0.10 | 0 | 0.14 | 0.18 |
| HSL | 101.38º | 0.24% | 0.77% | - |
| HSV(B) | 101.38º | 0.14% | 0.82% | - |
| XYZ | 52.62 | 60.38 | 52.6 | - |
| YUV | 200.71 | 116.87 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 210 | 181 | 0.10 | 0 | 0.14 | 0.18 | 101.38 | 0.24 | 0.77 |
| Hex | BE | D2 | B5 | A | 0 | E | 12 | 65 | 18 | 4D |
| Octal | 276 | 322 | 265 | 12 | 0 | 16 | 22 | 145 | 30 | 115 |
| Binary | 10111110 | 11010010 | 10110101 | 1010 | 0 | 1110 | 10010 | 1100101 | 11000 | 1001101 |
Color Harmonies of #BED2B5
Complementary color
Monochromatic Colors of #BED2B5
Black with #BED2B5
Text Example
Text Example
White with #BED2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED2B5; }
p { color: rgb(190,210,181); }
H1.HeaderClassName
{
color: #BED2B5;
}
.AnyTagClassName
{
color: #BED2B5;
}
</style>
background-color css
<style>
a { background-color: #BED2B5; }
a { background-color: rgb(190,210,181); }
div.DivClassName
{
background-color: #BED2B5;
}
.BgClassName
{
background-color: #BED2B5;
}
</style>
border-color css
<style>
span { border-color: #BED2B5; }
span { border-color: rgb(190,210,181); }
td.TdClassName
{
border-color: #BED2B5;
}
.TagClassName
{
border-color: #BED2B5;
}
</style>