Shades of Surf Crest #BEDDBC
Tints of Surf Crest #BEDDBC
RGB
CMYK
RGB Variations
Color information
#BEDDBC (or 0xBEDDBC) is known color: Surf Crest. HEX triplet: BE, DD and BC. RGB value is (190,221,188). Sum of RGB (Red+Green+Blue) = 190+221+188=599 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.72% from 599); Green value is 221 (86.72% from 255 or 36.89% from 599); Blue value is 188 (73.83% from 255 or 31.39% from 599); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDDBC is #412243. Grayscale: #D0D0D0. Windows color (decimal): -4268612 or 12377534. OLE color: 12377534.
HSL color Cylindrical-coordinate representation of color #BEDDBC: hue angle of 116.36º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEDDBC is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 221 | 188 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.13 |
| HSL | 116.36º | 0.33% | 0.8% | - |
| HSV(B) | 116.36º | 0.15% | 0.87% | - |
| XYZ | 56.17 | 66.29 | 57.41 | - |
| YUV | 207.97 | 116.73 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 221 | 188 | 0.14 | 0 | 0.15 | 0.13 | 116.36 | 0.33 | 0.8 |
| Hex | BE | DD | BC | E | 0 | F | D | 74 | 21 | 50 |
| Octal | 276 | 335 | 274 | 16 | 0 | 17 | 15 | 164 | 41 | 120 |
| Binary | 10111110 | 11011101 | 10111100 | 1110 | 0 | 1111 | 1101 | 1110100 | 100001 | 1010000 |
Color Harmonies of #BEDDBC
Complementary color
Monochromatic Colors of #BEDDBC
Black with #BEDDBC
Text Example
Text Example
White with #BEDDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDDBC; }
p { color: rgb(190,221,188); }
H1.HeaderClassName
{
color: #BEDDBC;
}
.AnyTagClassName
{
color: #BEDDBC;
}
</style>
background-color css
<style>
a { background-color: #BEDDBC; }
a { background-color: rgb(190,221,188); }
div.DivClassName
{
background-color: #BEDDBC;
}
.BgClassName
{
background-color: #BEDDBC;
}
</style>
border-color css
<style>
span { border-color: #BEDDBC; }
span { border-color: rgb(190,221,188); }
td.TdClassName
{
border-color: #BEDDBC;
}
.TagClassName
{
border-color: #BEDDBC;
}
</style>