Shades of Surf Crest #BEDBB5
Tints of Surf Crest #BEDBB5
RGB
CMYK
RGB Variations
Color information
#BEDBB5 (or 0xBEDBB5) is known color: Surf Crest. HEX triplet: BE, DB and B5. RGB value is (190,219,181). Sum of RGB (Red+Green+Blue) = 190+219+181=590 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.20% from 590); Green value is 219 (85.94% from 255 or 37.12% from 590); Blue value is 181 (71.09% from 255 or 30.68% from 590); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDBB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDBB5 is #41244A. Grayscale: #CECECE. Windows color (decimal): -4269131 or 11918270. OLE color: 11918270.
HSL color Cylindrical-coordinate representation of color #BEDBB5: hue angle of 105.79º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEDBB5 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 219 | 181 | - |
| CMYK | 0.13 | 0 | 0.17 | 0.14 |
| HSL | 105.79º | 0.35% | 0.78% | - |
| HSV(B) | 105.79º | 0.17% | 0.86% | - |
| XYZ | 54.91 | 64.95 | 53.36 | - |
| YUV | 206 | 113.89 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 219 | 181 | 0.13 | 0 | 0.17 | 0.14 | 105.79 | 0.35 | 0.78 |
| Hex | BE | DB | B5 | D | 0 | 11 | E | 6A | 23 | 4E |
| Octal | 276 | 333 | 265 | 15 | 0 | 21 | 16 | 152 | 43 | 116 |
| Binary | 10111110 | 11011011 | 10110101 | 1101 | 0 | 10001 | 1110 | 1101010 | 100011 | 1001110 |
Color Harmonies of #BEDBB5
Complementary color
Monochromatic Colors of #BEDBB5
Black with #BEDBB5
Text Example
Text Example
White with #BEDBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDBB5; }
p { color: rgb(190,219,181); }
H1.HeaderClassName
{
color: #BEDBB5;
}
.AnyTagClassName
{
color: #BEDBB5;
}
</style>
background-color css
<style>
a { background-color: #BEDBB5; }
a { background-color: rgb(190,219,181); }
div.DivClassName
{
background-color: #BEDBB5;
}
.BgClassName
{
background-color: #BEDBB5;
}
</style>
border-color css
<style>
span { border-color: #BEDBB5; }
span { border-color: rgb(190,219,181); }
td.TdClassName
{
border-color: #BEDBB5;
}
.TagClassName
{
border-color: #BEDBB5;
}
</style>