Shades of Surf Crest #BFCDB7
Tints of Surf Crest #BFCDB7
RGB
CMYK
RGB Variations
Color information
#BFCDB7 (or 0xBFCDB7) is known color: Surf Crest. HEX triplet: BF, CD and B7. RGB value is (191,205,183). Sum of RGB (Red+Green+Blue) = 191+205+183=579 (76% of max value = 765). Red value is 191 (75% from 255 or 32.99% from 579); Green value is 205 (80.47% from 255 or 35.41% from 579); Blue value is 183 (71.88% from 255 or 31.61% from 579); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCDB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCDB7 is #403248. Grayscale: #C6C6C6. Windows color (decimal): -4207177 or 12045759. OLE color: 12045759.
HSL color Cylindrical-coordinate representation of color #BFCDB7: hue angle of 98.18º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFCDB7 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 205 | 183 | - |
| CMYK | 0.07 | 0 | 0.11 | 0.20 |
| HSL | 98.18º | 0.18% | 0.76% | - |
| HSV(B) | 98.18º | 0.11% | 0.8% | - |
| XYZ | 51.86 | 58.16 | 53.29 | - |
| YUV | 198.31 | 119.36 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 205 | 183 | 0.07 | 0 | 0.11 | 0.20 | 98.18 | 0.18 | 0.76 |
| Hex | BF | CD | B7 | 7 | 0 | B | 14 | 62 | 12 | 4C |
| Octal | 277 | 315 | 267 | 7 | 0 | 13 | 24 | 142 | 22 | 114 |
| Binary | 10111111 | 11001101 | 10110111 | 111 | 0 | 1011 | 10100 | 1100010 | 10010 | 1001100 |
Color Harmonies of #BFCDB7
Complementary color
Monochromatic Colors of #BFCDB7
Black with #BFCDB7
Text Example
Text Example
White with #BFCDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCDB7; }
p { color: rgb(191,205,183); }
H1.HeaderClassName
{
color: #BFCDB7;
}
.AnyTagClassName
{
color: #BFCDB7;
}
</style>
background-color css
<style>
a { background-color: #BFCDB7; }
a { background-color: rgb(191,205,183); }
div.DivClassName
{
background-color: #BFCDB7;
}
.BgClassName
{
background-color: #BFCDB7;
}
</style>
border-color css
<style>
span { border-color: #BFCDB7; }
span { border-color: rgb(191,205,183); }
td.TdClassName
{
border-color: #BFCDB7;
}
.TagClassName
{
border-color: #BFCDB7;
}
</style>