Shades of Surf Crest #BEDEBC
Tints of Surf Crest #BEDEBC
RGB
CMYK
RGB Variations
Color information
#BEDEBC (or 0xBEDEBC) is known color: Surf Crest. HEX triplet: BE, DE and BC. RGB value is (190,222,188). Sum of RGB (Red+Green+Blue) = 190+222+188=600 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.67% from 600); Green value is 222 (87.11% from 255 or 37% from 600); Blue value is 188 (73.83% from 255 or 31.33% from 600); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDEBC is #412143. Grayscale: #D0D0D0. Windows color (decimal): -4268356 or 12377790. OLE color: 12377790.
HSL color Cylindrical-coordinate representation of color #BEDEBC: hue angle of 116.47º degrees, saturation: 0.34, 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 #BEDEBC is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 222 | 188 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.13 |
| HSL | 116.47º | 0.34% | 0.8% | - |
| HSV(B) | 116.47º | 0.15% | 0.87% | - |
| XYZ | 56.43 | 66.82 | 57.5 | - |
| YUV | 208.56 | 116.4 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 222 | 188 | 0.14 | 0 | 0.15 | 0.13 | 116.47 | 0.34 | 0.8 |
| Hex | BE | DE | BC | E | 0 | F | D | 74 | 22 | 50 |
| Octal | 276 | 336 | 274 | 16 | 0 | 17 | 15 | 164 | 42 | 120 |
| Binary | 10111110 | 11011110 | 10111100 | 1110 | 0 | 1111 | 1101 | 1110100 | 100010 | 1010000 |
Color Harmonies of #BEDEBC
Complementary color
Monochromatic Colors of #BEDEBC
Black with #BEDEBC
Text Example
Text Example
White with #BEDEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDEBC; }
p { color: rgb(190,222,188); }
H1.HeaderClassName
{
color: #BEDEBC;
}
.AnyTagClassName
{
color: #BEDEBC;
}
</style>
background-color css
<style>
a { background-color: #BEDEBC; }
a { background-color: rgb(190,222,188); }
div.DivClassName
{
background-color: #BEDEBC;
}
.BgClassName
{
background-color: #BEDEBC;
}
</style>
border-color css
<style>
span { border-color: #BEDEBC; }
span { border-color: rgb(190,222,188); }
td.TdClassName
{
border-color: #BEDEBC;
}
.TagClassName
{
border-color: #BEDEBC;
}
</style>