Shades of Surf Crest #BDC8B9
Tints of Surf Crest #BDC8B9
RGB
CMYK
RGB Variations
Color information
#BDC8B9 (or 0xBDC8B9) is known color: Surf Crest. HEX triplet: BD, C8 and B9. RGB value is (189,200,185). Sum of RGB (Red+Green+Blue) = 189+200+185=574 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.93% from 574); Green value is 200 (78.52% from 255 or 34.84% from 574); Blue value is 185 (72.66% from 255 or 32.23% from 574); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC8B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC8B9 is #423746. Grayscale: #C3C3C3. Windows color (decimal): -4339527 or 12175549. OLE color: 12175549.
HSL color Cylindrical-coordinate representation of color #BDC8B9: hue angle of 104º degrees, saturation: 0.12, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BDC8B9 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 200 | 185 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.22 |
| HSL | 104º | 0.12% | 0.75% | - |
| HSV(B) | 104º | 0.07% | 0.78% | - |
| XYZ | 50.4 | 55.63 | 53.98 | - |
| YUV | 195 | 122.36 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 185 | 0.06 | 0 | 0.08 | 0.22 | 104 | 0.12 | 0.75 |
| Hex | BD | C8 | B9 | 6 | 0 | 8 | 16 | 68 | C | 4B |
| Octal | 275 | 310 | 271 | 6 | 0 | 10 | 26 | 150 | 14 | 113 |
| Binary | 10111101 | 11001000 | 10111001 | 110 | 0 | 1000 | 10110 | 1101000 | 1100 | 1001011 |
Color Harmonies of #BDC8B9
Complementary color
Monochromatic Colors of #BDC8B9
Black with #BDC8B9
Text Example
Text Example
White with #BDC8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC8B9; }
p { color: rgb(189,200,185); }
H1.HeaderClassName
{
color: #BDC8B9;
}
.AnyTagClassName
{
color: #BDC8B9;
}
</style>
background-color css
<style>
a { background-color: #BDC8B9; }
a { background-color: rgb(189,200,185); }
div.DivClassName
{
background-color: #BDC8B9;
}
.BgClassName
{
background-color: #BDC8B9;
}
</style>
border-color css
<style>
span { border-color: #BDC8B9; }
span { border-color: rgb(189,200,185); }
td.TdClassName
{
border-color: #BDC8B9;
}
.TagClassName
{
border-color: #BDC8B9;
}
</style>