Shades of Surf Crest #BDC6BA
Tints of Surf Crest #BDC6BA
RGB
CMYK
RGB Variations
Color information
#BDC6BA (or 0xBDC6BA) is known color: Surf Crest. HEX triplet: BD, C6 and BA. RGB value is (189,198,186). Sum of RGB (Red+Green+Blue) = 189+198+186=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 198 (77.73% from 255 or 34.55% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC6BA is #423945. Grayscale: #C1C1C1. Windows color (decimal): -4340038 or 12240573. OLE color: 12240573.
HSL color Cylindrical-coordinate representation of color #BDC6BA: hue angle of 105º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDC6BA is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 198 | 186 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.22 |
| HSL | 105º | 0.1% | 0.75% | - |
| HSV(B) | 105º | 0.06% | 0.78% | - |
| XYZ | 50.04 | 54.75 | 54.39 | - |
| YUV | 193.94 | 123.52 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 186 | 0.05 | 0 | 0.06 | 0.22 | 105 | 0.1 | 0.75 |
| Hex | BD | C6 | BA | 5 | 0 | 6 | 16 | 69 | A | 4B |
| Octal | 275 | 306 | 272 | 5 | 0 | 6 | 26 | 151 | 12 | 113 |
| Binary | 10111101 | 11000110 | 10111010 | 101 | 0 | 110 | 10110 | 1101001 | 1010 | 1001011 |
Color Harmonies of #BDC6BA
Complementary color
Monochromatic Colors of #BDC6BA
Black with #BDC6BA
Text Example
Text Example
White with #BDC6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC6BA; }
p { color: rgb(189,198,186); }
H1.HeaderClassName
{
color: #BDC6BA;
}
.AnyTagClassName
{
color: #BDC6BA;
}
</style>
background-color css
<style>
a { background-color: #BDC6BA; }
a { background-color: rgb(189,198,186); }
div.DivClassName
{
background-color: #BDC6BA;
}
.BgClassName
{
background-color: #BDC6BA;
}
</style>
border-color css
<style>
span { border-color: #BDC6BA; }
span { border-color: rgb(189,198,186); }
td.TdClassName
{
border-color: #BDC6BA;
}
.TagClassName
{
border-color: #BDC6BA;
}
</style>