Shades of Surf Crest #BDD9BA
Tints of Surf Crest #BDD9BA
RGB
CMYK
RGB Variations
Color information
#BDD9BA (or 0xBDD9BA) is known color: Surf Crest. HEX triplet: BD, D9 and BA. RGB value is (189,217,186). Sum of RGB (Red+Green+Blue) = 189+217+186=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 217 (85.16% from 255 or 36.66% from 592); Blue value is 186 (73.05% from 255 or 31.42% from 592); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD9BA is #422645. Grayscale: #CDCDCD. Windows color (decimal): -4335174 or 12245437. OLE color: 12245437.
HSL color Cylindrical-coordinate representation of color #BDD9BA: hue angle of 114.19º degrees, saturation: 0.29, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDD9BA is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 217 | 186 | - |
| CMYK | 0.13 | 0 | 0.14 | 0.15 |
| HSL | 114.19º | 0.29% | 0.79% | - |
| HSV(B) | 114.19º | 0.14% | 0.85% | - |
| XYZ | 54.66 | 63.99 | 55.92 | - |
| YUV | 205.09 | 117.22 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 217 | 186 | 0.13 | 0 | 0.14 | 0.15 | 114.19 | 0.29 | 0.79 |
| Hex | BD | D9 | BA | D | 0 | E | F | 72 | 1D | 4F |
| Octal | 275 | 331 | 272 | 15 | 0 | 16 | 17 | 162 | 35 | 117 |
| Binary | 10111101 | 11011001 | 10111010 | 1101 | 0 | 1110 | 1111 | 1110010 | 11101 | 1001111 |
Color Harmonies of #BDD9BA
Complementary color
Monochromatic Colors of #BDD9BA
Black with #BDD9BA
Text Example
Text Example
White with #BDD9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD9BA; }
p { color: rgb(189,217,186); }
H1.HeaderClassName
{
color: #BDD9BA;
}
.AnyTagClassName
{
color: #BDD9BA;
}
</style>
background-color css
<style>
a { background-color: #BDD9BA; }
a { background-color: rgb(189,217,186); }
div.DivClassName
{
background-color: #BDD9BA;
}
.BgClassName
{
background-color: #BDD9BA;
}
</style>
border-color css
<style>
span { border-color: #BDD9BA; }
span { border-color: rgb(189,217,186); }
td.TdClassName
{
border-color: #BDD9BA;
}
.TagClassName
{
border-color: #BDD9BA;
}
</style>