Shades of Surf Crest #BEDAB1
Tints of Surf Crest #BEDAB1
RGB
CMYK
RGB Variations
Color information
#BEDAB1 (or 0xBEDAB1) is known color: Surf Crest. HEX triplet: BE, DA and B1. RGB value is (190,218,177). Sum of RGB (Red+Green+Blue) = 190+218+177=585 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.48% from 585); Green value is 218 (85.55% from 255 or 37.26% from 585); Blue value is 177 (69.53% from 255 or 30.26% from 585); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDAB1 is #41254E. Grayscale: #CDCDCD. Windows color (decimal): -4269391 or 11655870. OLE color: 11655870.
HSL color Cylindrical-coordinate representation of color #BEDAB1: hue angle of 100.98º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEDAB1 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 218 | 177 | - |
| CMYK | 0.13 | 0 | 0.19 | 0.15 |
| HSL | 100.98º | 0.36% | 0.77% | - |
| HSV(B) | 100.98º | 0.19% | 0.85% | - |
| XYZ | 54.24 | 64.26 | 51.14 | - |
| YUV | 204.95 | 112.22 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 218 | 177 | 0.13 | 0 | 0.19 | 0.15 | 100.98 | 0.36 | 0.77 |
| Hex | BE | DA | B1 | D | 0 | 13 | F | 65 | 24 | 4D |
| Octal | 276 | 332 | 261 | 15 | 0 | 23 | 17 | 145 | 44 | 115 |
| Binary | 10111110 | 11011010 | 10110001 | 1101 | 0 | 10011 | 1111 | 1100101 | 100100 | 1001101 |
Color Harmonies of #BEDAB1
Complementary color
Monochromatic Colors of #BEDAB1
Black with #BEDAB1
Text Example
Text Example
White with #BEDAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDAB1; }
p { color: rgb(190,218,177); }
H1.HeaderClassName
{
color: #BEDAB1;
}
.AnyTagClassName
{
color: #BEDAB1;
}
</style>
background-color css
<style>
a { background-color: #BEDAB1; }
a { background-color: rgb(190,218,177); }
div.DivClassName
{
background-color: #BEDAB1;
}
.BgClassName
{
background-color: #BEDAB1;
}
</style>
border-color css
<style>
span { border-color: #BEDAB1; }
span { border-color: rgb(190,218,177); }
td.TdClassName
{
border-color: #BEDAB1;
}
.TagClassName
{
border-color: #BEDAB1;
}
</style>