Shades of Surf #BDD9BE
Tints of Surf #BDD9BE
RGB
CMYK
RGB Variations
Color information
#BDD9BE (or 0xBDD9BE) is known color: Surf. HEX triplet: BD, D9 and BE. RGB value is (189,217,190). Sum of RGB (Red+Green+Blue) = 189+217+190=596 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.71% from 596); Green value is 217 (85.16% from 255 or 36.41% from 596); Blue value is 190 (74.61% from 255 or 31.88% from 596); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD9BE is #422641. Grayscale: #CDCDCD. Windows color (decimal): -4335170 or 12507581. OLE color: 12507581.
HSL color Cylindrical-coordinate representation of color #BDD9BE: hue angle of 122.14º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDD9BE is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 217 | 190 | - |
| CMYK | 0.13 | 0 | 0.12 | 0.15 |
| HSL | 122.14º | 0.27% | 0.8% | - |
| HSV(B) | 122.14º | 0.13% | 0.85% | - |
| XYZ | 55.09 | 64.16 | 58.2 | - |
| YUV | 205.55 | 119.22 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 217 | 190 | 0.13 | 0 | 0.12 | 0.15 | 122.14 | 0.27 | 0.8 |
| Hex | BD | D9 | BE | D | 0 | C | F | 7A | 1B | 50 |
| Octal | 275 | 331 | 276 | 15 | 0 | 14 | 17 | 172 | 33 | 120 |
| Binary | 10111101 | 11011001 | 10111110 | 1101 | 0 | 1100 | 1111 | 1111010 | 11011 | 1010000 |
Color Harmonies of #BDD9BE
Complementary color
Monochromatic Colors of #BDD9BE
Black with #BDD9BE
Text Example
Text Example
White with #BDD9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD9BE; }
p { color: rgb(189,217,190); }
H1.HeaderClassName
{
color: #BDD9BE;
}
.AnyTagClassName
{
color: #BDD9BE;
}
</style>
background-color css
<style>
a { background-color: #BDD9BE; }
a { background-color: rgb(189,217,190); }
div.DivClassName
{
background-color: #BDD9BE;
}
.BgClassName
{
background-color: #BDD9BE;
}
</style>
border-color css
<style>
span { border-color: #BDD9BE; }
span { border-color: rgb(189,217,190); }
td.TdClassName
{
border-color: #BDD9BE;
}
.TagClassName
{
border-color: #BDD9BE;
}
</style>