Shades of Surf Crest #BFCDBA
Tints of Surf Crest #BFCDBA
RGB
CMYK
RGB Variations
Color information
#BFCDBA (or 0xBFCDBA) is known color: Surf Crest. HEX triplet: BF, CD and BA. RGB value is (191,205,186). Sum of RGB (Red+Green+Blue) = 191+205+186=582 (77% of max value = 765). Red value is 191 (75% from 255 or 32.82% from 582); Green value is 205 (80.47% from 255 or 35.22% from 582); Blue value is 186 (73.05% from 255 or 31.96% from 582); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCDBA is #403245. Grayscale: #C6C6C6. Windows color (decimal): -4207174 or 12242367. OLE color: 12242367.
HSL color Cylindrical-coordinate representation of color #BFCDBA: hue angle of 104.21º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFCDBA is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 205 | 186 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.20 |
| HSL | 104.21º | 0.16% | 0.77% | - |
| HSV(B) | 104.21º | 0.09% | 0.8% | - |
| XYZ | 52.18 | 58.28 | 54.95 | - |
| YUV | 198.65 | 120.86 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 205 | 186 | 0.07 | 0 | 0.09 | 0.20 | 104.21 | 0.16 | 0.77 |
| Hex | BF | CD | BA | 7 | 0 | 9 | 14 | 68 | 10 | 4D |
| Octal | 277 | 315 | 272 | 7 | 0 | 11 | 24 | 150 | 20 | 115 |
| Binary | 10111111 | 11001101 | 10111010 | 111 | 0 | 1001 | 10100 | 1101000 | 10000 | 1001101 |
Color Harmonies of #BFCDBA
Complementary color
Monochromatic Colors of #BFCDBA
Black with #BFCDBA
Text Example
Text Example
White with #BFCDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCDBA; }
p { color: rgb(191,205,186); }
H1.HeaderClassName
{
color: #BFCDBA;
}
.AnyTagClassName
{
color: #BFCDBA;
}
</style>
background-color css
<style>
a { background-color: #BFCDBA; }
a { background-color: rgb(191,205,186); }
div.DivClassName
{
background-color: #BFCDBA;
}
.BgClassName
{
background-color: #BFCDBA;
}
</style>
border-color css
<style>
span { border-color: #BFCDBA; }
span { border-color: rgb(191,205,186); }
td.TdClassName
{
border-color: #BFCDBA;
}
.TagClassName
{
border-color: #BFCDBA;
}
</style>