Shades of Surf #BDE0BC
Tints of Surf #BDE0BC
RGB
CMYK
RGB Variations
Color information
#BDE0BC (or 0xBDE0BC) is known color: Surf. HEX triplet: BD, E0 and BC. RGB value is (189,224,188). Sum of RGB (Red+Green+Blue) = 189+224+188=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 224 (87.89% from 255 or 37.27% from 601); Blue value is 188 (73.83% from 255 or 31.28% from 601); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE0BC is #421F43. Grayscale: #D1D1D1. Windows color (decimal): -4333380 or 12378301. OLE color: 12378301.
HSL color Cylindrical-coordinate representation of color #BDE0BC: hue angle of 118.33º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDE0BC is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 224 | 188 | - |
| CMYK | 0.16 | 0 | 0.16 | 0.12 |
| HSL | 118.33º | 0.37% | 0.81% | - |
| HSV(B) | 118.33º | 0.16% | 0.88% | - |
| XYZ | 56.72 | 67.76 | 57.67 | - |
| YUV | 209.43 | 115.9 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 224 | 188 | 0.16 | 0 | 0.16 | 0.12 | 118.33 | 0.37 | 0.81 |
| Hex | BD | E0 | BC | 10 | 0 | 10 | C | 76 | 25 | 51 |
| Octal | 275 | 340 | 274 | 20 | 0 | 20 | 14 | 166 | 45 | 121 |
| Binary | 10111101 | 11100000 | 10111100 | 10000 | 0 | 10000 | 1100 | 1110110 | 100101 | 1010001 |
Color Harmonies of #BDE0BC
Complementary color
Monochromatic Colors of #BDE0BC
Black with #BDE0BC
Text Example
Text Example
White with #BDE0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE0BC; }
p { color: rgb(189,224,188); }
H1.HeaderClassName
{
color: #BDE0BC;
}
.AnyTagClassName
{
color: #BDE0BC;
}
</style>
background-color css
<style>
a { background-color: #BDE0BC; }
a { background-color: rgb(189,224,188); }
div.DivClassName
{
background-color: #BDE0BC;
}
.BgClassName
{
background-color: #BDE0BC;
}
</style>
border-color css
<style>
span { border-color: #BDE0BC; }
span { border-color: rgb(189,224,188); }
td.TdClassName
{
border-color: #BDE0BC;
}
.TagClassName
{
border-color: #BDE0BC;
}
</style>