Shades of Surf Crest #BDD0BA
Tints of Surf Crest #BDD0BA
RGB
CMYK
RGB Variations
Color information
#BDD0BA (or 0xBDD0BA) is known color: Surf Crest. HEX triplet: BD, D0 and BA. RGB value is (189,208,186). Sum of RGB (Red+Green+Blue) = 189+208+186=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 208 (81.64% from 255 or 35.68% from 583); Blue value is 186 (73.05% from 255 or 31.90% from 583); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD0BA is #422F45. Grayscale: #C7C7C7. Windows color (decimal): -4337478 or 12243133. OLE color: 12243133.
HSL color Cylindrical-coordinate representation of color #BDD0BA: hue angle of 111.82º degrees, saturation: 0.19, 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 #BDD0BA is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 208 | 186 | - |
| CMYK | 0.09 | 0 | 0.11 | 0.18 |
| HSL | 111.82º | 0.19% | 0.77% | - |
| HSV(B) | 111.82º | 0.11% | 0.82% | - |
| XYZ | 52.41 | 59.48 | 55.17 | - |
| YUV | 199.81 | 120.21 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 208 | 186 | 0.09 | 0 | 0.11 | 0.18 | 111.82 | 0.19 | 0.77 |
| Hex | BD | D0 | BA | 9 | 0 | B | 12 | 70 | 13 | 4D |
| Octal | 275 | 320 | 272 | 11 | 0 | 13 | 22 | 160 | 23 | 115 |
| Binary | 10111101 | 11010000 | 10111010 | 1001 | 0 | 1011 | 10010 | 1110000 | 10011 | 1001101 |
Color Harmonies of #BDD0BA
Complementary color
Monochromatic Colors of #BDD0BA
Black with #BDD0BA
Text Example
Text Example
White with #BDD0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD0BA; }
p { color: rgb(189,208,186); }
H1.HeaderClassName
{
color: #BDD0BA;
}
.AnyTagClassName
{
color: #BDD0BA;
}
</style>
background-color css
<style>
a { background-color: #BDD0BA; }
a { background-color: rgb(189,208,186); }
div.DivClassName
{
background-color: #BDD0BA;
}
.BgClassName
{
background-color: #BDD0BA;
}
</style>
border-color css
<style>
span { border-color: #BDD0BA; }
span { border-color: rgb(189,208,186); }
td.TdClassName
{
border-color: #BDD0BA;
}
.TagClassName
{
border-color: #BDD0BA;
}
</style>