Shades of Surf Crest #BDC8BA
Tints of Surf Crest #BDC8BA
RGB
CMYK
RGB Variations
Color information
#BDC8BA (or 0xBDC8BA) is known color: Surf Crest. HEX triplet: BD, C8 and BA. RGB value is (189,200,186). Sum of RGB (Red+Green+Blue) = 189+200+186=575 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.87% from 575); Green value is 200 (78.52% from 255 or 34.78% from 575); Blue value is 186 (73.05% from 255 or 32.35% from 575); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC8BA is #423745. Grayscale: #C3C3C3. Windows color (decimal): -4339526 or 12241085. OLE color: 12241085.
HSL color Cylindrical-coordinate representation of color #BDC8BA: hue angle of 107.14º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BDC8BA is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 200 | 186 | - |
| CMYK | 0.06 | 0 | 0.07 | 0.22 |
| HSL | 107.14º | 0.11% | 0.76% | - |
| HSV(B) | 107.14º | 0.07% | 0.78% | - |
| XYZ | 50.5 | 55.67 | 54.54 | - |
| YUV | 195.12 | 122.86 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 186 | 0.06 | 0 | 0.07 | 0.22 | 107.14 | 0.11 | 0.76 |
| Hex | BD | C8 | BA | 6 | 0 | 7 | 16 | 6B | B | 4C |
| Octal | 275 | 310 | 272 | 6 | 0 | 7 | 26 | 153 | 13 | 114 |
| Binary | 10111101 | 11001000 | 10111010 | 110 | 0 | 111 | 10110 | 1101011 | 1011 | 1001100 |
Color Harmonies of #BDC8BA
Complementary color
Monochromatic Colors of #BDC8BA
Black with #BDC8BA
Text Example
Text Example
White with #BDC8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC8BA; }
p { color: rgb(189,200,186); }
H1.HeaderClassName
{
color: #BDC8BA;
}
.AnyTagClassName
{
color: #BDC8BA;
}
</style>
background-color css
<style>
a { background-color: #BDC8BA; }
a { background-color: rgb(189,200,186); }
div.DivClassName
{
background-color: #BDC8BA;
}
.BgClassName
{
background-color: #BDC8BA;
}
</style>
border-color css
<style>
span { border-color: #BDC8BA; }
span { border-color: rgb(189,200,186); }
td.TdClassName
{
border-color: #BDC8BA;
}
.TagClassName
{
border-color: #BDC8BA;
}
</style>