Shades of Surf Crest #BDD9B6
Tints of Surf Crest #BDD9B6
RGB
CMYK
RGB Variations
Color information
#BDD9B6 (or 0xBDD9B6) is known color: Surf Crest. HEX triplet: BD, D9 and B6. RGB value is (189,217,182). Sum of RGB (Red+Green+Blue) = 189+217+182=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 217 (85.16% from 255 or 36.90% from 588); Blue value is 182 (71.48% from 255 or 30.95% from 588); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD9B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD9B6 is #422649. Grayscale: #CCCCCC. Windows color (decimal): -4335178 or 11983293. OLE color: 11983293.
HSL color Cylindrical-coordinate representation of color #BDD9B6: hue angle of 108º degrees, saturation: 0.32, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDD9B6 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 217 | 182 | - |
| CMYK | 0.13 | 0 | 0.16 | 0.15 |
| HSL | 108º | 0.32% | 0.78% | - |
| HSV(B) | 108º | 0.16% | 0.85% | - |
| XYZ | 54.24 | 63.82 | 53.72 | - |
| YUV | 204.64 | 115.22 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 217 | 182 | 0.13 | 0 | 0.16 | 0.15 | 108 | 0.32 | 0.78 |
| Hex | BD | D9 | B6 | D | 0 | 10 | F | 6C | 20 | 4E |
| Octal | 275 | 331 | 266 | 15 | 0 | 20 | 17 | 154 | 40 | 116 |
| Binary | 10111101 | 11011001 | 10110110 | 1101 | 0 | 10000 | 1111 | 1101100 | 100000 | 1001110 |
Color Harmonies of #BDD9B6
Complementary color
Monochromatic Colors of #BDD9B6
Black with #BDD9B6
Text Example
Text Example
White with #BDD9B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD9B6; }
p { color: rgb(189,217,182); }
H1.HeaderClassName
{
color: #BDD9B6;
}
.AnyTagClassName
{
color: #BDD9B6;
}
</style>
background-color css
<style>
a { background-color: #BDD9B6; }
a { background-color: rgb(189,217,182); }
div.DivClassName
{
background-color: #BDD9B6;
}
.BgClassName
{
background-color: #BDD9B6;
}
</style>
border-color css
<style>
span { border-color: #BDD9B6; }
span { border-color: rgb(189,217,182); }
td.TdClassName
{
border-color: #BDD9B6;
}
.TagClassName
{
border-color: #BDD9B6;
}
</style>