Shades of Surf Crest #BDD5B9
Tints of Surf Crest #BDD5B9
RGB
CMYK
RGB Variations
Color information
#BDD5B9 (or 0xBDD5B9) is known color: Surf Crest. HEX triplet: BD, D5 and B9. RGB value is (189,213,185). Sum of RGB (Red+Green+Blue) = 189+213+185=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 213 (83.59% from 255 or 36.29% from 587); Blue value is 185 (72.66% from 255 or 31.52% from 587); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD5B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD5B9 is #422A46. Grayscale: #CACACA. Windows color (decimal): -4336199 or 12178877. OLE color: 12178877.
HSL color Cylindrical-coordinate representation of color #BDD5B9: hue angle of 111.43º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDD5B9 is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 213 | 185 | - |
| CMYK | 0.11 | 0 | 0.13 | 0.16 |
| HSL | 111.43º | 0.25% | 0.78% | - |
| HSV(B) | 111.43º | 0.13% | 0.84% | - |
| XYZ | 53.54 | 61.91 | 55.03 | - |
| YUV | 202.63 | 118.05 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 213 | 185 | 0.11 | 0 | 0.13 | 0.16 | 111.43 | 0.25 | 0.78 |
| Hex | BD | D5 | B9 | B | 0 | D | 10 | 6F | 19 | 4E |
| Octal | 275 | 325 | 271 | 13 | 0 | 15 | 20 | 157 | 31 | 116 |
| Binary | 10111101 | 11010101 | 10111001 | 1011 | 0 | 1101 | 10000 | 1101111 | 11001 | 1001110 |
Color Harmonies of #BDD5B9
Complementary color
Monochromatic Colors of #BDD5B9
Black with #BDD5B9
Text Example
Text Example
White with #BDD5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD5B9; }
p { color: rgb(189,213,185); }
H1.HeaderClassName
{
color: #BDD5B9;
}
.AnyTagClassName
{
color: #BDD5B9;
}
</style>
background-color css
<style>
a { background-color: #BDD5B9; }
a { background-color: rgb(189,213,185); }
div.DivClassName
{
background-color: #BDD5B9;
}
.BgClassName
{
background-color: #BDD5B9;
}
</style>
border-color css
<style>
span { border-color: #BDD5B9; }
span { border-color: rgb(189,213,185); }
td.TdClassName
{
border-color: #BDD5B9;
}
.TagClassName
{
border-color: #BDD5B9;
}
</style>