Shades of Surf Crest #BDD1B9
Tints of Surf Crest #BDD1B9
RGB
CMYK
RGB Variations
Color information
#BDD1B9 (or 0xBDD1B9) is known color: Surf Crest. HEX triplet: BD, D1 and B9. RGB value is (189,209,185). Sum of RGB (Red+Green+Blue) = 189+209+185=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 209 (82.03% from 255 or 35.85% from 583); Blue value is 185 (72.66% from 255 or 31.73% from 583); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD1B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD1B9 is #422E46. Grayscale: #C8C8C8. Windows color (decimal): -4337223 or 12177853. OLE color: 12177853.
HSL color Cylindrical-coordinate representation of color #BDD1B9: hue angle of 110º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDD1B9 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 209 | 185 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.18 |
| HSL | 110º | 0.21% | 0.77% | - |
| HSV(B) | 110º | 0.11% | 0.82% | - |
| XYZ | 52.54 | 59.92 | 54.7 | - |
| YUV | 200.28 | 119.37 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 209 | 185 | 0.10 | 0 | 0.11 | 0.18 | 110 | 0.21 | 0.77 |
| Hex | BD | D1 | B9 | A | 0 | B | 12 | 6E | 15 | 4D |
| Octal | 275 | 321 | 271 | 12 | 0 | 13 | 22 | 156 | 25 | 115 |
| Binary | 10111101 | 11010001 | 10111001 | 1010 | 0 | 1011 | 10010 | 1101110 | 10101 | 1001101 |
Color Harmonies of #BDD1B9
Complementary color
Monochromatic Colors of #BDD1B9
Black with #BDD1B9
Text Example
Text Example
White with #BDD1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD1B9; }
p { color: rgb(189,209,185); }
H1.HeaderClassName
{
color: #BDD1B9;
}
.AnyTagClassName
{
color: #BDD1B9;
}
</style>
background-color css
<style>
a { background-color: #BDD1B9; }
a { background-color: rgb(189,209,185); }
div.DivClassName
{
background-color: #BDD1B9;
}
.BgClassName
{
background-color: #BDD1B9;
}
</style>
border-color css
<style>
span { border-color: #BDD1B9; }
span { border-color: rgb(189,209,185); }
td.TdClassName
{
border-color: #BDD1B9;
}
.TagClassName
{
border-color: #BDD1B9;
}
</style>