Shades of Surf Crest #BDD8B7
Tints of Surf Crest #BDD8B7
RGB
CMYK
RGB Variations
Color information
#BDD8B7 (or 0xBDD8B7) is known color: Surf Crest. HEX triplet: BD, D8 and B7. RGB value is (189,216,183). Sum of RGB (Red+Green+Blue) = 189+216+183=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 216 (84.77% from 255 or 36.73% from 588); Blue value is 183 (71.88% from 255 or 31.12% from 588); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD8B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD8B7 is #422748. Grayscale: #CCCCCC. Windows color (decimal): -4335433 or 12048573. OLE color: 12048573.
HSL color Cylindrical-coordinate representation of color #BDD8B7: hue angle of 109.09º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDD8B7 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 216 | 183 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.15 |
| HSL | 109.09º | 0.3% | 0.78% | - |
| HSV(B) | 109.09º | 0.15% | 0.85% | - |
| XYZ | 54.09 | 63.35 | 54.18 | - |
| YUV | 204.17 | 116.05 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 216 | 183 | 0.12 | 0 | 0.15 | 0.15 | 109.09 | 0.3 | 0.78 |
| Hex | BD | D8 | B7 | C | 0 | F | F | 6D | 1E | 4E |
| Octal | 275 | 330 | 267 | 14 | 0 | 17 | 17 | 155 | 36 | 116 |
| Binary | 10111101 | 11011000 | 10110111 | 1100 | 0 | 1111 | 1111 | 1101101 | 11110 | 1001110 |
Color Harmonies of #BDD8B7
Complementary color
Monochromatic Colors of #BDD8B7
Black with #BDD8B7
Text Example
Text Example
White with #BDD8B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD8B7; }
p { color: rgb(189,216,183); }
H1.HeaderClassName
{
color: #BDD8B7;
}
.AnyTagClassName
{
color: #BDD8B7;
}
</style>
background-color css
<style>
a { background-color: #BDD8B7; }
a { background-color: rgb(189,216,183); }
div.DivClassName
{
background-color: #BDD8B7;
}
.BgClassName
{
background-color: #BDD8B7;
}
</style>
border-color css
<style>
span { border-color: #BDD8B7; }
span { border-color: rgb(189,216,183); }
td.TdClassName
{
border-color: #BDD8B7;
}
.TagClassName
{
border-color: #BDD8B7;
}
</style>