Shades of Surf Crest #BFC6BD
Tints of Surf Crest #BFC6BD
RGB
CMYK
RGB Variations
Color information
#BFC6BD (or 0xBFC6BD) is known color: Surf Crest. HEX triplet: BF, C6 and BD. RGB value is (191,198,189). Sum of RGB (Red+Green+Blue) = 191+198+189=578 (76% of max value = 765). Red value is 191 (75% from 255 or 33.04% from 578); Green value is 198 (77.73% from 255 or 34.26% from 578); Blue value is 189 (74.22% from 255 or 32.70% from 578); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC6BD is #403942. Grayscale: #C2C2C2. Windows color (decimal): -4208963 or 12437183. OLE color: 12437183.
HSL color Cylindrical-coordinate representation of color #BFC6BD: hue angle of 106.67º degrees, saturation: 0.07, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BFC6BD is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 198 | 189 | - |
| CMYK | 0.04 | 0 | 0.05 | 0.22 |
| HSL | 106.67º | 0.07% | 0.76% | - |
| HSV(B) | 106.67º | 0.05% | 0.78% | - |
| XYZ | 50.87 | 55.14 | 56.11 | - |
| YUV | 194.88 | 124.68 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 198 | 189 | 0.04 | 0 | 0.05 | 0.22 | 106.67 | 0.07 | 0.76 |
| Hex | BF | C6 | BD | 4 | 0 | 5 | 16 | 6B | 7 | 4C |
| Octal | 277 | 306 | 275 | 4 | 0 | 5 | 26 | 153 | 7 | 114 |
| Binary | 10111111 | 11000110 | 10111101 | 100 | 0 | 101 | 10110 | 1101011 | 111 | 1001100 |
Color Harmonies of #BFC6BD
Complementary color
Monochromatic Colors of #BFC6BD
Black with #BFC6BD
Text Example
Text Example
White with #BFC6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC6BD; }
p { color: rgb(191,198,189); }
H1.HeaderClassName
{
color: #BFC6BD;
}
.AnyTagClassName
{
color: #BFC6BD;
}
</style>
background-color css
<style>
a { background-color: #BFC6BD; }
a { background-color: rgb(191,198,189); }
div.DivClassName
{
background-color: #BFC6BD;
}
.BgClassName
{
background-color: #BFC6BD;
}
</style>
border-color css
<style>
span { border-color: #BFC6BD; }
span { border-color: rgb(191,198,189); }
td.TdClassName
{
border-color: #BFC6BD;
}
.TagClassName
{
border-color: #BFC6BD;
}
</style>