Shades of Surf Crest #BEDBB4
Tints of Surf Crest #BEDBB4
RGB
CMYK
RGB Variations
Color information
#BEDBB4 (or 0xBEDBB4) is known color: Surf Crest. HEX triplet: BE, DB and B4. RGB value is (190,219,180). Sum of RGB (Red+Green+Blue) = 190+219+180=589 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.26% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 180 (70.70% from 255 or 30.56% from 589); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDBB4 is #41244B. Grayscale: #CECECE. Windows color (decimal): -4269132 or 11852734. OLE color: 11852734.
HSL color Cylindrical-coordinate representation of color #BEDBB4: hue angle of 104.62º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEDBB4 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 219 | 180 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.14 |
| HSL | 104.62º | 0.35% | 0.78% | - |
| HSV(B) | 104.62º | 0.18% | 0.86% | - |
| XYZ | 54.8 | 64.91 | 52.82 | - |
| YUV | 205.88 | 113.39 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 219 | 180 | 0.13 | 0 | 0.18 | 0.14 | 104.62 | 0.35 | 0.78 |
| Hex | BE | DB | B4 | D | 0 | 12 | E | 69 | 23 | 4E |
| Octal | 276 | 333 | 264 | 15 | 0 | 22 | 16 | 151 | 43 | 116 |
| Binary | 10111110 | 11011011 | 10110100 | 1101 | 0 | 10010 | 1110 | 1101001 | 100011 | 1001110 |
Color Harmonies of #BEDBB4
Complementary color
Monochromatic Colors of #BEDBB4
Black with #BEDBB4
Text Example
Text Example
White with #BEDBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDBB4; }
p { color: rgb(190,219,180); }
H1.HeaderClassName
{
color: #BEDBB4;
}
.AnyTagClassName
{
color: #BEDBB4;
}
</style>
background-color css
<style>
a { background-color: #BEDBB4; }
a { background-color: rgb(190,219,180); }
div.DivClassName
{
background-color: #BEDBB4;
}
.BgClassName
{
background-color: #BEDBB4;
}
</style>
border-color css
<style>
span { border-color: #BEDBB4; }
span { border-color: rgb(190,219,180); }
td.TdClassName
{
border-color: #BEDBB4;
}
.TagClassName
{
border-color: #BEDBB4;
}
</style>