Shades of Surf #BDD7BE
Tints of Surf #BDD7BE
RGB
CMYK
RGB Variations
Color information
#BDD7BE (or 0xBDD7BE) is known color: Surf. HEX triplet: BD, D7 and BE. RGB value is (189,215,190). Sum of RGB (Red+Green+Blue) = 189+215+190=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 215 (84.38% from 255 or 36.20% from 594); Blue value is 190 (74.61% from 255 or 31.99% from 594); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD7BE is #422841. Grayscale: #CCCCCC. Windows color (decimal): -4335682 or 12507069. OLE color: 12507069.
HSL color Cylindrical-coordinate representation of color #BDD7BE: hue angle of 122.31º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDD7BE is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 215 | 190 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.16 |
| HSL | 122.31º | 0.25% | 0.79% | - |
| HSV(B) | 122.31º | 0.12% | 0.84% | - |
| XYZ | 54.58 | 63.14 | 58.03 | - |
| YUV | 204.38 | 119.89 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 215 | 190 | 0.12 | 0 | 0.12 | 0.16 | 122.31 | 0.25 | 0.79 |
| Hex | BD | D7 | BE | C | 0 | C | 10 | 7A | 19 | 4F |
| Octal | 275 | 327 | 276 | 14 | 0 | 14 | 20 | 172 | 31 | 117 |
| Binary | 10111101 | 11010111 | 10111110 | 1100 | 0 | 1100 | 10000 | 1111010 | 11001 | 1001111 |
Color Harmonies of #BDD7BE
Complementary color
Monochromatic Colors of #BDD7BE
Black with #BDD7BE
Text Example
Text Example
White with #BDD7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD7BE; }
p { color: rgb(189,215,190); }
H1.HeaderClassName
{
color: #BDD7BE;
}
.AnyTagClassName
{
color: #BDD7BE;
}
</style>
background-color css
<style>
a { background-color: #BDD7BE; }
a { background-color: rgb(189,215,190); }
div.DivClassName
{
background-color: #BDD7BE;
}
.BgClassName
{
background-color: #BDD7BE;
}
</style>
border-color css
<style>
span { border-color: #BDD7BE; }
span { border-color: rgb(189,215,190); }
td.TdClassName
{
border-color: #BDD7BE;
}
.TagClassName
{
border-color: #BDD7BE;
}
</style>