Shades of Surf Crest #BEDAB9
Tints of Surf Crest #BEDAB9
RGB
CMYK
RGB Variations
Color information
#BEDAB9 (or 0xBEDAB9) is known color: Surf Crest. HEX triplet: BE, DA and B9. RGB value is (190,218,185). Sum of RGB (Red+Green+Blue) = 190+218+185=593 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.04% from 593); Green value is 218 (85.55% from 255 or 36.76% from 593); Blue value is 185 (72.66% from 255 or 31.20% from 593); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDAB9 is #412546. Grayscale: #CDCDCD. Windows color (decimal): -4269383 or 12180158. OLE color: 12180158.
HSL color Cylindrical-coordinate representation of color #BEDAB9: hue angle of 110.91º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEDAB9 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
RGB | 190 | 218 | 185 | - |
CMYK | 0.13 | 0 | 0.15 | 0.15 |
HSL | 110.91º | 0.31% | 0.79% | - |
HSV(B) | 110.91º | 0.15% | 0.85% | - |
XYZ | 55.06 | 64.59 | 55.46 | - |
YUV | 205.87 | 116.22 | 116.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 218 | 185 | 0.13 | 0 | 0.15 | 0.15 | 110.91 | 0.31 | 0.79 |
Hex | BE | DA | B9 | D | 0 | F | F | 6F | 1F | 4F |
Octal | 276 | 332 | 271 | 15 | 0 | 17 | 17 | 157 | 37 | 117 |
Binary | 10111110 | 11011010 | 10111001 | 1101 | 0 | 1111 | 1111 | 1101111 | 11111 | 1001111 |
Color Harmonies of #BEDAB9
Complementary color
Monochromatic Colors of #BEDAB9
Black with #BEDAB9
Text Example
Text Example
White with #BEDAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDAB9; }
p { color: rgb(190,218,185); }
H1.HeaderClassName
{
color: #BEDAB9;
}
.AnyTagClassName
{
color: #BEDAB9;
}
</style>
background-color css
<style>
a { background-color: #BEDAB9; }
a { background-color: rgb(190,218,185); }
div.DivClassName
{
background-color: #BEDAB9;
}
.BgClassName
{
background-color: #BEDAB9;
}
</style>
border-color css
<style>
span { border-color: #BEDAB9; }
span { border-color: rgb(190,218,185); }
td.TdClassName
{
border-color: #BEDAB9;
}
.TagClassName
{
border-color: #BEDAB9;
}
</style>